RSS

Понедельник, 29.04.2024, 09:38
Главная » WoW API » API Виджеты » Фрейм »

red, green, blue, alpha = StatusBar:GetBackdropBorderColor()

[ править ]
Returns the shading color for the frame's border graphic.
[клоны]
Returns the shading color for the frame's border graphic.


Signature:
Code
red, green, blue, alpha = Frame:GetBackdropBorderColor()

Returns:
  • 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/GetBackdropBorderColor