Description

Get or set the white level.

Property type

A Double value.  

Syntax

object.WhiteLevel [= value]

The WhiteLevel Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McLookupTable.
valueA 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).