screen_color

Through the red, green and blue components of this color vector, a background color for the engine window can be set. The screen_color is also drawn when all views are switched off.

Range:

0 .. 255 per color component (default: 0 -> black)

Type:

vector

Example:

vec_set(screen_color,vector(255,0,0)); // blue 

See also:

sky_color