SoGLGraphicConfigTemplateGetIndexedColor Method |
Note: This API is now obsolete.
Returns the indexed color mode and sizes.
Namespace: OIV.Inventor.ComponentsAssembly: 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
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function GetIndexedColor (
<OutAttribute> ByRef minBits As Integer,
<OutAttribute> ByRef maxBits As Integer
) As SoGraphicConfigTemplatePreferences
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
SoGraphicConfigTemplatePreferences GetIndexedColor(
[OutAttribute] int% minBits,
[OutAttribute] int% maxBits
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetIndexedColor :
minBits : int byref *
maxBits : int byref -> SoGraphicConfigTemplatePreferences
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