RSS

Пятница, 19.04.2024, 22:08
Главная » WoW API » API Виджеты » Выбор цвета »

texture = ColorSelect:GetColorValueThumbTexture()

[ править ]
Returns the texture for the color picker's value slider thumb.
[клоны]
Returns the texture for the color picker's value slider thumb. The color picker's value slider displays a value gradient (and allows control of the color's value component) for whichever hue and saturation is selected in the color wheel. (In the default UI's ColorPickerFrame, this part is found to the right of the color wheel.) The thumb texture is the movable part indicating the current value selection.

Signature:
Code
texture = ColorSelect:GetColorValueThumbTexture()

Returns:
  • texture - Reference to the Texture object used for drawing the slider thumb (texture)

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