Click or drag to resize

IMcStreamRangeMin Property

Read-Only property to access the Minimum clipping range that was identified in an image file.

Namespace:  MediaCy.IQL.IO
Assembly:  MediaCy.IQL.IO (in MediaCy.IQL.IO.dll) Version: 10.0.6912.0
Syntax
VB
Property RangeMin As Double
	Get
	Set

Property Value

Type: Double
Remarks
These indicators are stored in some file formats (such as TIFF) to allow software to better construct display attributes. If the data type of the image is 16-bit (valid pixel values of 0-65535), but the only data that is important is between pixel values 1001 and 2000, then these values would be used to construct the display table so that important data is displayed properly.
Note Note
The RangeMin and RangeMax properties of McStream have the same purpose as the BlackLevel and WhiteLevel properties (respectively) of the McImage.LookupTable object.
See Also