dxClsColor(red#,green#,blue#)

Parameters

red, green and blue = number between 0 and 255

Description

This changes the dxColor for subsequent dxCls calls. Use this command when you need dxCls to 'clear' the screen with some other dxColor than black.

Example

;set dxClsColor to red
dxClsColor 255,0,0

;set current drawing buffer to the dxColor set by the dxClsColor command
dxCls

Index