SoGLGraphicConfigGetIndexedColor Method |
Note: This API is now obsolete.
Returns the indexed color depth.
Namespace: OIV.Inventor.ComponentsAssembly: 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
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub GetIndexedColor (
<OutAttribute> ByRef bits As Integer
)
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void GetIndexedColor(
[OutAttribute] int% bits
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetIndexedColor :
bits : int byref -> unit
Parameters
- bits
- Type: SystemInt32
RemarksIf 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