RSS

Среда, 24.04.2024, 04:57
Главная » WoW API » API Виджеты » Выбор цвета »

hue, saturation, value = ColorSelect:GetColorHSV()

[ править ]
Returns the hue, saturation and value of the currently selected color.
[клоны]
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