setBgColor()
Set background color of the scene graph.
Usage
vis.setBgColor( color )
Parameters
- color (list of RGB)
- Background color which should be set.
Return Value
None
Errors
None
Description
vis.setBgColor( color = (1,1,1) )
Set background color of the scene graph.
vis.setBgColor( color )
None
None
vis.setBgColor( color = (1,1,1) )