Click or drag to resize

IMcDisplayGetMaskingRange Method

Returns the range of pixels values of interest to the image masking operation.

Namespace:  MediaCy.IQL.Display.Viewer
Assembly:  MediaCy.IQL.Display.Viewer (in MediaCy.IQL.Display.Viewer.dll) Version: 10.0.6912.0
Syntax
VB
Sub GetMaskingRange ( 
	<OutAttribute> ByRef plRangeLow As Integer,
	<OutAttribute> ByRef plRangeHigh As Integer
)

Parameters

plRangeLow
Type: SystemInt32
The lower limit.
plRangeHigh
Type: SystemInt32
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 the MaskingLUT lookup table, if it was assigned to. The resulting color is then overlaid onto the display image. The effect is that MaskingImage values outside of the masking range are transparent. For color MaskingImage types (McImageType.Interpretation mciRGB or mciBGR), all three color channels must fall outside of the masking range for the pixel to be transparent.
See Also