Description

This property specifies the intensity range for the pseudo-coloring look-up table

Property type

A Variant value.  

Syntax

object.IntensityRange [= value]

The IntensityRange Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McPseudoColor.
valueA Variant value.

Remarks

This property allows the user to specify the starting and ending intensity values for the gradient that will be generated by the RealizeForImageType() method. The default starting value of the range is the minimum intensity value for the image, and the default ending value the maximum intensity value.

Note

With floating point and 32-bit integral image types, total intensity range is divided into 65536 steps. The starting and ending values will be set to the nearest value corresponding to one of these steps.