Click or drag to resize
SoColorMappredefinedColorMap Property

Use this field to load predefined color maps.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoSFEnum<SoColorMapPredefinedColorMaps> predefinedColorMap { get; }

Property Value

Type: SoSFEnumSoColorMapPredefinedColorMaps
Remarks

. Default is TEMPERATURE. All predefined color maps have 256 entries.

<TABLE border=0 cellspacing=0 cellpadding=5>
  <TR><TD valign=_top> 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> 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: In the images above the checkerboard pattern shows through where the color map alpha (opacity) value is less than 1.0.

If it is set to NONE, the fields below must be set.

See Also