m
Move page script moved page API FontInstance GetTextColor to WoW:API FontInstance GetTextColor without leaving a redirect
({{stub/api}}) |
m (Move page script moved page API FontInstance GetTextColor to WoW:API FontInstance GetTextColor without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
{{widgetmethod}} | {{widgetmethod}} __NOTOC__ | ||
Gets the text color of of a [[UIOBJECT_FontInstance|Font Instance]]. | |||
r, g, b, a = FontInstance:GetTextColor() | |||
== Arguments == | |||
None | |||
== Returns == | |||
:r, g, b, a | |||
:; r : Number - The red value of the color | |||
:; g : Number - The green value of the color | |||
:; b : Number - The blue value of the color | |||
:; a : Number - The alpha value of the color | |||