Sets the current font color for this element.
| Text:SetFontColor(r, g, b) | |||
| Text:SetFontColor(r, g, b, a) | |||
| Parameter | Type | Datatype | Description |
|---|---|---|---|
| a | parameter | number | Alpha. 1 is fully opaque, 0 is fully transparent. Defaults to 1. |
| b | parameter | number | Blue. |
| g | parameter | number | Green. |
| r | parameter | number | Red. |