Click or drag to resize
SoGLGraphicConfigGetIndexedColor Method

Note: This API is now obsolete.

Returns the indexed color depth.

Namespace: OIV.Inventor.Components
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void GetIndexedColor(
	out int bits
)

Parameters

bits
Type: SystemInt32
Remarks

If 0 is returned, then the OpenGL graphics configuration does not support indexed color.Obsoletesince Open Inventor 9610 IndexedColor feature is legacy, and no longer makes sense with current hardware.

See Also