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: Settings The settings for value are:
 | mcstRGB | 0 |
the spectrum is generated in RGB space from the start color to the end color
|
 | mcstHSICW | 1 |
the spectrum is generated in HSI space from the start hue to the end hue in a clock-wise direction
|
 | mcstHSICCW | 2 |
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.
|