WoW:API ColorSelect SetColorRGB: Difference between revisions

m
Move page script moved page API ColorSelect SetColorRGB to WoW:API ColorSelect SetColorRGB without leaving a redirect
No edit summary
m (Move page script moved page API ColorSelect SetColorRGB to WoW:API ColorSelect SetColorRGB without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Sets the currently selected color in a ColorSelect frame. Typically called during initialization and just prior to :Show().
{{widgetmethod}} __NOTOC__


{{API/Uncategorized}}
Sets a color as the selected color in a ColorSelect frame.
ColorSelect:SetColorRGB(r, g, b)
 
 
== Arguments ==
:(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
 
 
== Returns ==
:nil
 
 
== Details ==
: Typically called during initialization and just prior to Show().
Anonymous user