RSS

Пятница, 29.03.2024, 14:21
Главная » WoW API » API Виджеты » Строка состояния »

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

[ править ]
Returns the color shading used for the status bar's texture.
[клоны]
Returns the color shading used for the status bar's texture.


Signature:
Code
red, green, blue, alpha = StatusBar:GetStatusBarColor()

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/StatusBar/GetStatusBarColor