<node3d:renderNode>.setClearColor

Set the clear color

 

<node3d:renderNode>.setClearColor(
    color    

)

 

color

The [r,g,b] clear color


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