RSS

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

ColorSelect:SetColorWheelTexture(texture)

[ править ]
Sets the `Texture` object used to display the color picker's hue/saturation wheel.
[клоны]
Sets the Texture object used to display the color picker's hue/saturation wheel. This method does not allow changing the texture image displayed for the color wheel; rather, it allows customization of the size and placement of the Texture object into which the game engine draws the standard color wheel image.


Signature:
Code
ColorSelect:SetColorWheelTexture(texture)

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

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