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