View Single Post
06/17/21, 01:45 PM   #2
rp12439_3
AddOn Author - Click to view addons
Join Date: Jun 2021
Posts: 45
got it:

-- declare your color once in your initialization code
local MINT_GREEN = ZO_ColorDef:New("c8ffd2")

-- assign it to the control whenever you need it
Nyght_Status_Window_StatusBar:SetColor(MINT_GREEN:UnpackRGBA())
  Reply With Quote