SoSceneManagerSetBackgroundIndex Method |
Defines the window background color when in color index mode.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetBackgroundIndex(
int index
)
Public Sub SetBackgroundIndex (
index As Integer
)
public:
void SetBackgroundIndex(
int index
)
member SetBackgroundIndex :
index : int -> unit
Parameters
- index
- Type: SystemInt32
RemarksThis 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