fontSetColor
The fontSetColor functions sets the rendering color to be used in printing(white is default).
Prototype
void fontSetColor(float fColor[]);
Parameters
- fColor
- fColor should be a float[4], containing RGBA values from zero to one.
Remarks
Defaults to 1.0f, 1.0f, 1.0f, 1.0f (white with no alpha.)
Error Codes
None