WoW:API ColorSelect GetColorRGB

From AddOn Studio
Revision as of 17:42, 22 December 2005 by WoWWiki>Anticrash
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();

Template:API/Uncategorized