RSS

Пятница, 29.03.2024, 00:13
Главная » WoW API » Событий API Виджетов »

OnColorSelect

[ править ]
Run when the color select frame's color selection changes.
[клоны]
Run when the color select frame's color selection changes.


Signature:
Code
OnColorSelect(self, r, g, b)

Arguments:
  • self - Reference to the widget for which the script was run (frame)
  • r - Red component of the selected color (0.0 - 1.0) (number)
  • g - Green component of the selected color (0.0 - 1.0) (number)
  • b - Blue component of the selected color (0.0 - 1.0) (number)

Доступна для: ColorSelect

Также смотрите: Событий API Виджетов
Ссылки: http://wowprogramming.com/docs/scripts/OnColorSelect