RSS

Четверг, 28.03.2024, 19:16
Главная » WoW API » API Виджеты »

Текстура

[ Добавить запись ]

В категории материалов: 18
Показано материалов: 1-18

Название Описание
Texture:SetVertTile() Функция еще не задокументированна.
visible = Texture:SetTexture("texture") or Texture:SetTexture(red, green, blue [, alpha]) Sets the texture object's image or color.
Texture:SetTexCoord(left, right, top, bottom) or Texture:SetTexCoord(ULx, ULy, LLx, LLy, URx, URy, LRx, LRy) Sets corner coordinates for scaling or cropping the texture image.
Texture:SetRotation(radians) Rotates the texture image.
Texture:SetNonBlocking(nonBlocking) Sets whether the texture object loads its image file in the background.
Texture:SetHorizTile() Функция еще не задокументированна.
Texture:SetGradientAlpha("orientation", startR, startG, startB, startAlpha, endR, endG, endB, endAlpha) Sets a gradient color shading for the texture (including opacity in the gradient)
Texture:SetGradient("orientation", startR, startG, startB, endR, endG, endB) Sets a gradient color shading for the texture.
supported = Texture:SetDesaturated(desaturate) Sets whether the texture image should be displayed with zero saturation (i.e. converted to grayscale)
Texture:SetBlendMode("mode") Sets the blend mode of the texture.
desaturated = Texture:IsDesaturated() Returns whether the texture image should be displayed with zero saturation (i.e. converted to grayscale)
red, green, blue, alpha = Texture:GetVertexColor() Returns the shading color of the texture.
Texture:GetVertTile() Функция еще не задокументированна.
texture = Texture:GetTexture() Returns the path to the texture's image file.
ULx, ULy, LLx, LLy, URx, URy, LRx, LRy = Texture:GetTexCoord() Returns corner coordinates for scaling or cropping the texture image.
nonBlocking = Texture:GetNonBlocking() Returns whether the texture object loads its image file in the background.
Texture:GetHorizTile() Функция еще не задокументированна.
mode = Texture:GetBlendMode() Returns the blend mode of the texture.