API ColorSelect GetColorRGB Edit History Talk0 98,518pages on this wiki Revision as of 23:53, July 14, 2008 by Charibot (Talk | contribs) (diff) ←Older revision | Latest revision (diff) | Newer revision → (diff) Referencee AddOns WoW API Widget API XML UI WoW Lua Macro API Event API Changes Web API HOWTOs Snippets UI tech. CVars Category nav. → Widget Methods Returns the RGB values of the currently selected color. r, g, b = ColorSelect:GetColorRGB() Arguments Edit None Returns Edit r, g, b r Number - The red value of the color g Number - The green value of the color b Number - The blue value of the color Read more Sets a color as the selected color in a ColorSelect frame. ColorSelect:SetColorRGB(r, g, b) (r... API ColorSelect SetColorRGB Returns the text from any FontString UI object. text = FontString:GetText(); none text String ... API FontString GetText Registers which events the object would like to monitor. This ensures the code placed in the... API Frame RegisterEvent Categories: Widget methods