Click or drag to resize
SoWinRenderAreaSetOverlayColorMap Method

Note: This API is now obsolete.

Sets the colors to use for overlay bit planes.

Namespace: OIV.Inventor.Win
Assembly: 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
)

Parameters

startIndex
Type: SystemInt32
num
Type: SystemInt32
colors
Type: OIV.InventorSbColor
Remarks

This 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