Click or drag to resize
SoSceneManagerSetBackgroundIndex Method

Defines the window background color when in color index mode.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void SetBackgroundIndex(
	int index
)

Parameters

index
Type: SystemInt32
Remarks

This is the color the scene manager viewport is cleared to when render() is called with its clearWindow parameter set to true . Default is black (index 0).

See Also