ColorSelect:SetColorRGB

From Warcraft Wiki
Jump to navigation Jump to search

Selects this RGB color in the color picker.

ColorSelect:SetColorRGB(rgbR, rgbG, rgbB)

Arguments

rgbR
number [0.0, 1.0] - red
rgbG
number [0.0, 1.0] - green
rgbB
number [0.0, 1.0] - blue

Details

  • Typically called during initialization and just prior to Show().