SetClsColor

Category: Window and Display

Back to System Functions


Signature

SetClsColor(red As Double, green As Double, blue As Double)

Returns

Void

Description

Sets the clear color used when the frame is rendered.

Values may be given either in normalized form from 0.0 to 1.0 or byte-style form from 0 to 255.

Example

SetClsColor(0, 0, 0) SetClsColor(0.2, 0.3, 0.6)