SoWinRenderAreaSetColorMap Method |
Sets the colors to use when displaying in color index mode.
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetColorMap(
int startIndex,
int num,
SbColor[] colors
)
Public Sub SetColorMap (
startIndex As Integer,
num As Integer,
colors As SbColor()
)
public:
void SetColorMap(
int startIndex,
int num,
array<SbColor>^ colors
)
member SetColorMap :
startIndex : int *
num : int *
colors : SbColor[] -> unit
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