Returns the red, green and blue components of the currently selected color. Signature: Code red, blue, green = ColorSelect:GetColorRGB()
Returns: - red - Red component of the color (0.0 - 1.0) (number)
- blue - Blue component of the color (0.0 - 1.0) (number)
- green - Green component of the color (0.0 - 1.0) (number)
Также смотрите: Выбор цвета
Ссылки: http://wowprogramming.com/docs/widgets/ColorSelect/GetColorRGB
|