CameraBackColor()

Syntax

CameraBackColor(#Camera, Color)
Description
Changes the #Camera background color. When a new camera is created, there is no background color to allow to mix 2D background and the 3D scene.

Parameters

#Camera - The number of the camera you want to change the background color of. This is the value which you used when you created the camera using CreateCamera()

Color - New color of the camera background. RGB() can be used to get a valid color value.

Return value

This function does not return any value.

Supported OS

All

Camera Index - CameraFOV() ->