RSS

Пятница, 29.03.2024, 07:50
Главная » WoW API » API Виджеты » Фрейм »

TabardModel:SetBackdropBorderColor(red, green, blue [, alpha])

[ править ]
Sets a shading color for the frame's border graphic.
[клоны]
Sets a shading color for the frame's border graphic. As with Texture:SetVertexColor(), this color is a shading applied to the colors of the texture image; a color of (1, 1, 1) allows the image's original colors to show.


Signature:
Code
Frame:SetBackdropBorderColor(red, green, blue [, alpha])

Arguments:
  • red - Red component of the color (0.0 - 1.0) (number)
  • green - Green component of the color (0.0 - 1.0) (number)
  • blue - Blue component of the color (0.0 - 1.0) (number)
  • alpha - Alpha (opacity) for the graphic (0.0 = fully transparent, 1.0 = fully opaque) (number)

Также смотрите: Фрейм
Ссылки: http://wowprogramming.com/docs/widgets/Frame/SetBackdropBorderColor