Widget API: ColorSelect:GetColorRGB
Jump to navigation
Jump to search
← 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();