Description

This property specifies the spectrum type for the pseudo-coloring look-up table

Property type

A mcSpectrumType enumeration.  

Syntax

object.SpectrumType [= value]

The SpectrumType Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McPseudoColor.
valueA mcSpectrumType enumeration, as described in settings.

Settings

The settings for value are:

ConstantValueDescription
 mcstRGB0

the spectrum is generated in RGB space from the start color to the end color

 mcstHSICW1

the spectrum is generated in HSI space from the start hue to the end hue in a clock-wise direction

 mcstHSICCW2

the spectrum is generated in HSI space from the start hue to the end hue in a clock-wise direction

 mcstCustom-1

the spectrum is unknown

Remarks

This property allows the user to specify the type of color spectrum that will be generated by the RealizeForImageType() method from an enumeration of standard spectrums. The default value is mcstHSICW (see mcSpectrumType). When inquired, returns the gradient used to generate the pseudo-coloring, or Custom. See the RealizeForImageType() method for a discussion of property interactions.