GetCameraClearColor

From MaratisWiki
Revision as of 18:14, 8 February 2014 by Dahnielson (Talk | contribs)
Jump to: navigation, search

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