Click or drag to resize
SoColorMapcolorMap Property

Array of floats in range [0,1].

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public SoMFFloat colorMap { get; }

Property Value

Type: SoMFFloat
Remarks

The number of floats depends on OIV.Inventor.Nodes.SoColorMap.m_colorMapFormat. It is equal to the number of colors defined multiplied by the number of components per color. For example, for an RGBA color map of length n, there should be 4*n float values in the field. If a predefined color map is specified, the values of this field are not used.

See Also