Description

A method used to return the range of pixels values of interest to the image masking operation.

Return Type

None  

Syntax

object.GetMaskingRange plRangeLow, plRangeHigh

The GetMaskingRange Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDisplay.
plRangeLowRequired. A Long value.

long* : The lower limit.

plRangeHighRequired. A Long value.

long* : The higher limit.

Remarks

When the viewer overlays the image with the masking image, mask pixel values outside of the range are ignored. If within the range, the mask pixel value is used as an index into a color lookup table. The resulting color is then overlaid onto the display image.