WoW:API ColorSelect GetColorRGB

From AddOn Studio
Revision as of 07:04, 25 April 2005 by WoWWiki>Allara
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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();