RSS

Пятница, 29.03.2024, 11:38
Главная » WoW API » API Виджеты » Выбор цвета »

ColorSelect:SetColorHSV(hue, saturation, value)

[ править ]
Sets the color picker's selected color by hue, saturation and value.
[клоны]
Sets the color picker's selected color by hue, saturation and value.


Signature:
Code
ColorSelect:SetColorHSV(hue, saturation, value)

Arguments:
  • hue - Hue of a color (angle on the color wheel in degrees; 0 = red, increasing counter-clockwise) (number)
  • saturation - Saturation of a color (0.0 - 1.0) (number)
  • value - Value of a color (0.0 - 1.0) (number)

Также смотрите: Выбор цвета
Ссылки: http://wowprogramming.com/docs/widgets/ColorSelect/SetColorHSV