Returns the hue, saturation and value of the currently selected color. Signature: Code hue, saturation, value = ColorSelect:GetColorHSV()
Returns: - hue - Hue of the selected color (angle on the color wheel in degrees; 0 = red, increasing counter-clockwise) (number)
- saturation - Saturation of the selected color (0.0 - 1.0) (number)
- value - Value of the selected color (0.0 - 1.0) (number)
Также смотрите: Выбор цвета
Ссылки: http://wowprogramming.com/docs/widgets/ColorSelect/GetColorHSV
|