|
CLS
This command will clear the screen using the specified color value.
CLS Color Value
Color Value
Integer
This value specifies the colour value to clear the screen with, normally generated from the RGB command.
This command does not return a 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.
CLS RGB(0,255,0)
PRINT "BRIGHT GREEN SCREEN"
WAIT KEY
BASIC2D Commands Menu
Index
|