Click or drag to resize

BrightnessHistogramEqualizeCommand Constructor (Int32, Int32)

Creates a new instance of BrightnessHistogramEqualizeCommand specifying the threshold levels.

Namespace:  Atalasoft.Imaging.ImageProcessing.Effects
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public BrightnessHistogramEqualizeCommand(
	int lowThreshold,
	int highThreshold
)

Parameters

lowThreshold
Type: SystemInt32
Pixels are uneffected below this value. (0 - 255)
highThreshold
Type: SystemInt32
Pixels are uneffected above this value. (0 - 255)
Exceptions
ExceptionCondition
Thrown if the arguments are less than 0 or greater than 255.
See Also