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: 2024.1.1.0 (2024.1.1)
Syntax
public void SetBackgroundIndex(
	int index
)

Parameters

index
Type: SystemInt32
Remarks

This is the color the scene manager viewport is cleared to when OIV.Inventor.SoSceneManager.Render() is called. Default is black (index 0).

See Also