SoGLGraphicConfigTemplateSetIndexedColor Method (SoGraphicConfigTemplatePreferences, Int32) |
Note: This API is now obsolete.
Calls SetIndexedColor(pref, minBits, INT_MAX).
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 void SetIndexedColor(
SoGraphicConfigTemplatePreferences pref,
int minBits
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub SetIndexedColor (
pref As SoGraphicConfigTemplatePreferences,
minBits As Integer
)
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void SetIndexedColor(
SoGraphicConfigTemplatePreferences pref,
int minBits
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member SetIndexedColor :
pref : SoGraphicConfigTemplatePreferences *
minBits : int -> unit
Parameters
- pref
- Type: OIV.Inventor.ComponentsSoGraphicConfigTemplatePreferences
- minBits
- Type: SystemInt32
Remarks
See Also