Click or drag to resize
SoTransferFunctionpredefColorMap Property

Predefined color map to use.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
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 colorMap field). All predefined color maps have 256 entries.

<TABLE border=0 cellspacing=0 cellpadding=5>
  <TR><TD valign=_top> GREY or GRAY        <TD valign=_top> @image html grayColorMap.jpg
  <TR><TD valign=_top> TEMPERATURE         <TD valign=_top> @image html temperatureColorMap.jpg
  <TR><TD valign=_top> PHYSICS             <TD valign=_top> @image html physicsColorMap.jpg
  <TR><TD valign=_top> STANDARD            <TD valign=_top> @image html standardColorMap.jpg
  <TR><TD valign=_top> GLOW                <TD valign=_top> @image html glowColorMap.jpg
  <TR><TD valign=_top> BLUE_RED            <TD valign=_top> @image html blue_redcolormap.jpg
  <TR><TD valign=_top> SEISMIC             <TD valign=_top> @image html seismicColorMap.jpg
  <TR><TD valign=_top> BLUE_WHITE_RED      <TD valign=_top> @image html blue_white_redcolormap.jpg
  <TR><TD valign=_top> INTENSITY           <TD valign=_top> @image html intensityColorMap.jpg
  <TR><TD valign=_top> INTENSITY_REVERSED  <TD valign=_top> @image html intensityReversedColorMap.jpg
  <TR><TD valign=_top> LABEL_256           <TD valign=_top> @image html label_256ColorMap.jpg
  <TR><TD valign=_top> VOLREN_RED          <TD valign=_top> @image html volrenRedColorMap.jpg
  <TR><TD valign=_top> VOLREN_GREEN        <TD valign=_top> @image html volrenGreenColorMap.jpg
  <TR><TD valign=_top> AIRWAY              <TD valign=_top> @image html airwayColorMap.jpg
  <TR><TD valign=_top> AIRWAY_SURFACES     <TD valign=_top> @image html airwaySurfaceColorMap.jpg
</TABLE>

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 colorMap and colorMapType fields should be set.

See Also