Widget API: ColorSelect:GetColorRGB
← Widget API ← ColorSelect < GetColorRGB
Returns three values: the r, g, and b values of the currently selected color in the ColorSelect frame.
Example:
local r, g, b = ColorPicker:GetColorRGB();
← Widget API ← ColorSelect < GetColorRGB
Returns three values: the r, g, and b values of the currently selected color in the ColorSelect frame.
Example:
local r, g, b = ColorPicker:GetColorRGB();