Click or drag to resize

HistogramStretchCommand Constructor (Double, Double)

Creates a new instance of HistogramStretchCommand specifying the low and high limits.

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 HistogramStretchCommand(
	double lowLimit,
	double highLimit
)

Parameters

lowLimit
Type: SystemDouble
Percent of pixels to set to 0. (0 to 100)
highLimit
Type: SystemDouble
Percent of pixels to set to 255. (0 to 100)
Exceptions
ExceptionCondition
Thrown if either argument is less than 0 or greater than 100.
See Also