Description
Get or set the black level.
-
Property type
-
A Double value.
-
Syntax
-
object.BlackLevel [= value]
The BlackLevel Property syntax has these parts: |
| object | An expression evaluating to an object of type McLookupTable. | | value | A Double value. | 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. Note: For multi-channel images such as RGB, there is just one set of Black and White levels, the ones associated with the intensity channel (Image.LookupTable, which is also the channel 0 lookup table).
|