RSS

Пятница, 26.04.2024, 06:58
Главная » WoW API » API Виджеты » Выбор цвета »

ColorSelect:SetColorValueTexture(texture)

[ править ]
Sets the `Texture` object used to display the color picker's value slider.
[клоны]
Sets the Texture object used to display the color picker's value slider. 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.

This method does not allow changing the texture image displayed for the slider background; rather, it allows customization of the size and placement of the Texture object into which the game engine draws the color value gradient.


Signature:
Code
ColorSelect:SetColorValueTexture(texture)

Arguments:
  • texture - Reference to a Texture object (texture)

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