Click or drag to resize

IMcLookupTableBlackLevel Property

The black level.

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

Property Value

Type: Double
Remarks
When the black and white levels are enabled, any pixel value below the black level will have a LUT entry of the minimum intensity level (RangeMin, usually zero). Any pixel value above the white level will have a LUT entry of the maximum intensity level (RangeMax). Default (neutral) value is RangeMin. For multi-channel images such as RGB, assigning to the the intensity channel (Image.LookupTable, which is also the channel 0 lookup table) will set the level for all three LUT's.
See Also