FontColor
Determines the font color of the text in a cell.
Syntax
FontColor(color)
color = desired font color for the cell's text
Remarks
color can be a simple color or the result of the ColorLerp function, by example.
To adjust the font's style, see FontStyle.
To specify multiple styles, use Block.
Examples
FontColor('blue') // defines the font color as blue