SoWinRenderAreaSetOverlayColorMap Method |
Note: This API is now obsolete.
Sets the colors to use for overlay bit planes.
Namespace: OIV.Inventor.WinAssembly: 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 SetOverlayColorMap(
int startIndex,
int num,
SbColor[] colors
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub SetOverlayColorMap (
startIndex As Integer,
num As Integer,
colors As SbColor()
)
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void SetOverlayColorMap(
int startIndex,
int num,
array<SbColor>^ colors
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member SetOverlayColorMap :
startIndex : int *
num : int *
colors : SbColor[] -> unit
Parameters
- startIndex
- Type: SystemInt32
- num
- Type: SystemInt32
- colors
- Type: OIV.InventorSbColor
RemarksThis will load the color map with the given colors at the starting index. Obsoletesince Open Inventor 9610
Overlay feature is legacy, and no longer makes sense with current hardware.
See Also