RSS

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

red, blue, green = ColorSelect:GetColorRGB()

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