Text:SetFontColor

Sets the current font color for this element.

Usage:

Text:SetFontColor(r, g, b)
Text:SetFontColor(r, g, b, a)
ParameterTypeDatatypeDescription
aparameternumberAlpha. 1 is fully opaque, 0 is fully transparent. Defaults to 1.
bparameternumberBlue.
gparameternumberGreen.
rparameternumberRed.