Click or drag to resize

HistogramEqualizeCommand Constructor (Int32, Int32)

Creates a new instance of HistogramEqualizeCommand 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 HistogramEqualizeCommand(
	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 either argument is less than 0 or greater than 255.
See Also