Click or drag to resize
SoTransferFunctionPredefColorMaps Enumeration

Predefined color maps.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum PredefColorMaps
Members
  Member nameValueDescription
NONE0

No color map.

GREY1

Grey (Default).

This is constant intensity (white) with a 0..1 alpha ramp. A good initial color map for volume rendering.

GRAY1

Gray (Synonym of grey)

TEMPERATURE2

Temperature (opaque).

PHYSICS3

Physics (opaque).

STANDARD4

Standard (opaque).

GLOW5

Glow (opaque).

This is similar to "hot iron" type color maps.

BLUE_RED6

Blue red (opaque).

SEISMIC7

Seismic.

BLUE_WHITE_RED8

Blue white red (opaque).

INTENSITY9

Intensity (opaque).

This is an intensity ramp (gray scale) with constant alpha (1). A good initial color map for slice rendering. Appropriate for DICOM Photometric Interpretation mode 'MONOCHROME2'

LABEL_25610

256 labels (opaque).

A good color map for rendering label volumes.

VOLREN_RED11

VolRenRed (opacity ramp).

Suitable for volume rendering.

VOLREN_GREEN12

VolRenGreen (opacity ramp).

Suitable for volume rendering.

AIRWAY13

Airway.

This colormap is especially adapted to display airways of CT Scan datasets. Ranges of data may have to be adapted depending on your acquisition device's calibration. Please refer to OIV.LDM.Nodes.SoDataRange node for details.

AIRWAY_SURFACES14

Airway surfaces.

This colormap is especially adapted to display airways and soft tissues of CT Scan datasets. Ranges of data may have to be adapted depending on your acquisition device's calibration. Please refer to OIV.LDM.Nodes.SoDataRange node for details.

INTENSITY_REVERSED15

Intensity reversed (opaque).

This is a reversed intensity ramp (gray scale) with constant alpha (1). Appropriate for DICOM Photometric Interpretation mode 'MONOCHROME1'

Remarks
See Also