Click or drag to resize
SoGLGraphicConfigTemplateGetIndexedColor Method

Note: This API is now obsolete.

Returns the indexed color mode and sizes.

Namespace: OIV.Inventor.Components
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public SoGraphicConfigTemplatePreferences GetIndexedColor(
	out int minBits,
	out int maxBits
)

Parameters

minBits
Type: SystemInt32
maxBits
Type: SystemInt32

Return Value

Type: SoGraphicConfigTemplatePreferences
Remarks

Obsoletesince Open Inventor 9610 IndexedColor feature is legacy, and no longer makes sense with current hardware.

See Also