BackColor()
Syntax
BackColor(Color)Description
Set the default background color for graphic functions and text display.
Parameters
Color The new color to be used as the background 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
FrontColor(), RGB(), RGBA(), DrawingMode()
Supported OS
All