Widget API: ColorSelect:GetColorRGB

From AddOn Studio
Revision as of 11:49, 10 June 2006 by WoWWiki>Mikk ({{widgetmethod}})
Jump to navigation Jump to search

Widget API ← ColorSelect < GetColorRGB

Template:Stub/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();