SetClearColor ( c )

Sets the color to clear the screen with on calls to Cls()

Example:
SetClearColor( RGB(255,255,255) )
Cls()