Vizard 8 » Command Index » Vizard objects » node3d » <node3d:renderNode>.setClearColor
8.1

<node3d:renderNode>.setClearColor

Set the clear color

<node3d:renderNode>.setClearColor(  
color  
)  
color
The [r,g,b,a] clear color or None to inherit the clear color from the main pass.

Remarks

Set the clear color of the render node. If 'color' is None, the render node will inherit the clear color from the main rendering pass.

By default, the render node will inherit the clear color.

Return Value

None

See also

<node3d:renderNode>.getClearColor