Widget API: FontInstance:GetTextColor

From AddOn Studio
Revision as of 04:45, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API FontInstance GetTextColor to API FontInstance GetTextColor without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Widget API ← FontInstance < GetTextColor

Gets the text color of of a 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