RSS

Пятница, 29.03.2024, 11:20
Главная » WoW API » API Виджеты » Экземпляр шрифта »

textR, textG, textB, textAlpha = MessageFrame:GetTextColor()

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


Signature:
Code
textR, textG, textB, textAlpha = FontInstance:GetTextColor()

Returns:
  • textR - Red component of the text color (0.0 - 1.0) (number)
  • textG - Green component of the text color (0.0 - 1.0) (number)
  • textB - Blue component of the text color (0.0 - 1.0) (number)
  • textAlpha - Alpha (opacity) of the text (0.0 = fully transparent, 1.0 = fully opaque) (number)

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