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();
Line 1: | Line 1: | ||
+ | {{stub/api}} |
||
+ | |||
Returns three values: the r, g, and b values of the currently selected color in the ColorSelect frame. |
Returns three values: the r, g, and b values of the currently selected color in the ColorSelect frame. |
||
Example: |
Example: |
||
− | local r, g, b = ColorPicker:GetColorRGB(); |
+ | local r, g, b = ColorPicker:GetColorRGB(); |
− | + | ---- |
|
+ | {{WoW API}} |
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();