Click or drag to resize
SoTransferFunctionminValue Property

Remaps the defined color map between minValue and maxValue indices.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFInt32 minValue { get; }

Property Value

Type: SoSFInt32
Remarks

Entries less than minValue and greater than maxValue are set to full transparent black (all components set to zero).

Setting minValue to 64 and maxValue to 192 while the predefined STANDARD color map is selected makes the color map as shown:

Note Note

Field available since Open Inventor 7.0

See Also