WoW:API ColorSelect GetColorRGB: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
local r, g, b = ColorPicker:GetColorRGB(); | local r, g, b = ColorPicker:GetColorRGB(); | ||
{{API/Uncategorized}} | |||
Revision as of 17:42, 22 December 2005
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();