Widget API: FontInstance:GetTextColor

Widget API ← FontInstance < GetTextColor

Gets the text color of of a Font Instance.

r, g, b, a = FontInstance:GetTextColor()


ArgumentsEdit

None


ReturnsEdit

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