Click or drag to resize
SoWinRenderAreaSetColorMap Method

Sets the colors to use when displaying in color index mode.

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetColorMap(
	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.

See Also