RSS

Воскресенье, 22.12.2024, 05:50
Главная » WoW API » API Виджеты » Выбор цвета »

ColorSelect:SetColorWheelThumbTexture(texture) or ColorSelect:SetColorWheelThumbTexture("filename")

[ править ]
Sets the texture for the selection indicator on the color picker's hue/saturation wheel.
[клоны]
Sets the texture for the selection indicator on the color picker's hue/saturation wheel.


Signature:
Code
ColorSelect:SetColorWheelThumbTexture(texture) or ColorSelect:SetColorWheelThumbTexture("filename")

Arguments:
  • texture - Reference to an existing Texture object (texture)
  • filename - Path to a texture image file (string)

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