Widget API: ColorSelect:SetColorRGB
← Widget API ← ColorSelect < SetColorRGB
Sets a color as the selected color in a ColorSelect frame.
ColorSelect:SetColorRGB(r, g, b)
ArgumentsEdit
- (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
ReturnsEdit
- nil
DetailsEdit
- Typically called during initialization and just prior to Show().