FrontColor()
Syntax
FrontColor(Color)Description
Set the default color for graphic functions and text display.
Parameters
Color The new color to be used as the foreground color. This color can be in RGB or RGBA format. Whether or not the alpha channel is used depends on the drawing mode.
A color table with common colors is available here.
Return value
None.
See Also
BackColor(), RGB(), RGBA(), DrawingMode()
Supported OS
All