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

This routine sets the background color of the scene graph to color. For example,
vis.setBgColor( color = (1,1,1) )