Forecolor (GUI item property)
The foreground color, used by text characters.
Syntax
forecolor r, g, b, a
Each of the RGB values define the ammount of color coming from each of the Red, Green, and Blue channels, respectively - ranging from 0 or no value, to 1 or full value. The a (or alpha) value is the ammount or opacity the backcolor will have - 0 being totally transparent and 1 being totally opaque.
Default value
1, 1, 1, 1
Example(s)
forecolor 1, 1, 1, 0.5