Click or drag to resize
SoTransferFunctionpredefColorMap Property

Predefined color map to use.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFEnum<SoTransferFunctionPredefColorMaps> predefColorMap { get; }

Property Value

Type: SoSFEnumSoTransferFunctionPredefColorMaps
Remarks

. Default is NONE (GRAY will be used if no values are set in the OIV.LDM.Nodes.SoTransferFunction.colorMap field). All predefined color maps have 256 entries.

GREY or GRAY
TEMPERATURE
PHYSICS
STANDARD
GLOW
BLUE_RED
SEISMIC
BLUE_WHITE_RED
INTENSITY
INTENSITY_REVERSED
LABEL_256
VOLREN_RED
VOLREN_GREEN
AIRWAY
AIRWAY_SURFACES

NOTE: The checkerboard pattern shows through where the color map alpha (opacity) value is less than 1.0.

If this field is explicitly set to NONE, then the OIV.LDM.Nodes.SoTransferFunction.colorMap and OIV.LDM.Nodes.SoTransferFunction.colorMapType fields should be set.

See Also