Category: Window and Display
SetClsColor(red As Double, green As Double, blue As Double)
Void
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.
SetClsColor(0, 0, 0)
SetClsColor(0.2, 0.3, 0.6)