RSS

Четверг, 25.04.2024, 06:48
Главная » WoW API » API Виджеты » Выбор цвета »

ColorSelect:SetColorRGB(red, blue, green)

[ править ]
Sets the color picker's selected color by red, green and blue components.
[клоны]
Sets the color picker's selected color by red, green and blue components.


Signature:
Code
ColorSelect:SetColorRGB(red, blue, green)

Arguments:
  • 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/SetColorRGB