Links |
---|
Sets a color as the selected color in a ColorSelect frame.
ColorSelect:SetColorRGB(r, g, b)
Arguments
- r
- number -
[0.0, 1.0]
red - g
- number -
[0.0, 1.0]
green - b
- number -
[0.0, 1.0]
blue
Details
- Typically called during initialization and just prior to Show().