SoTransferFunctionPredefColorMaps Enumeration |
Predefined color maps.
Namespace: OIV.LDM.Nodes
Member name | Value | Description | |
---|---|---|---|
NONE | 0 | No color map. | |
GREY | 1 | Grey (Default). This is constant intensity (white) with a 0..1 alpha ramp. A good initial color map for volume rendering. | |
GRAY | 1 | Gray (Synonym of grey) | |
TEMPERATURE | 2 | Temperature (opaque). | |
PHYSICS | 3 | Physics (opaque). | |
STANDARD | 4 | Standard (opaque). | |
GLOW | 5 | Glow (opaque). This is similar to "hot iron" type color maps. | |
BLUE_RED | 6 | Blue red (opaque). | |
SEISMIC | 7 | Seismic. | |
BLUE_WHITE_RED | 8 | Blue white red (opaque). | |
INTENSITY | 9 | 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_256 | 10 | 256 labels (opaque). A good color map for rendering label volumes. | |
VOLREN_RED | 11 | VolRenRed (opacity ramp). Suitable for volume rendering. | |
VOLREN_GREEN | 12 | VolRenGreen (opacity ramp). Suitable for volume rendering. | |
AIRWAY | 13 | 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_SURFACES | 14 | 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_REVERSED | 15 | Intensity reversed (opaque). This is a reversed intensity ramp (gray scale) with constant alpha (1). Appropriate for DICOM Photometric Interpretation mode 'MONOCHROME1' |
See the OIV.LDM.Nodes.SoTransferFunction.predefColorMap field for images.