ClearScreen()
Syntax
ClearScreen(Color)Description
Clear the whole screen with the specified 'color'. RGB() can be used to get a valid color value. A table with common colors is available here.
Note: ClearScreen() should be always called outside a StartDrawing() : StopDrawing() block.
Supported OS
Windows, Linux, MacOS X