CLS
This command will clear the screen using current ink color or the specified color value. Color values range from 0 to over 16 million, that represent every combination of red, green and blue to make up the final Color. You can use the RGB command to make the generation of the Color value straight forward. The parameter should be specified using integer values. You can also clear a bitmap, by using the SET CURRENT BITMAP command.

SYNTAX
CLS
CLS Color Value

RELATED INFO
Basic2D Commands
Glossary

EXAMPLE
Clearing the Screen