GetCameraClearColor

(Difference between revisions)
Jump to: navigation, search
m
Line 1: Line 1:
 +
{{lua-function|getCameraClearColor|object}}
 +
 
Returns the current background color for the camera as RGB table.
 
Returns the current background color for the camera as RGB table.
  

Revision as of 18:14, 8 February 2014

getCameraClearColor(object)

Returns the current background color for the camera as RGB table.

Camera = getCurrentCamera()
background = getCameraClearColor(Camera)
red = background[1]
green = background[2]
blue = background[3]

To set background color use setCameraClearColor.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox