RSS

Суббота, 20.04.2024, 13:44
Главная » WoW API » API Виджеты » Экземпляр шрифта »

shadowR, shadowG, shadowB, shadowAlpha = MessageFrame:GetShadowColor()

[ править ]
Returns the color of the font's text shadow.
[клоны]
Returns the color of the font's text shadow.


Signature:
Code
shadowR, shadowG, shadowB, shadowAlpha = FontInstance:GetShadowColor()

Returns:
  • shadowR - Red component of the shadow color (0.0 - 1.0) (number)
  • shadowG - Green component of the shadow color (0.0 - 1.0) (number)
  • shadowB - Blue component of the shadow color (0.0 - 1.0) (number)
  • shadowAlpha - Alpha (opacity) of the text's shadow (0.0 = fully transparent, 1.0 = fully opaque) (number)

Также смотрите: Экземпляр шрифта
Ссылки: http://wowprogramming.com/docs/widgets/FontInstance/GetShadowColor