Click or drag to resize

BrightnessHistogramStretchCommand Constructor (Double, Double)

Creates a new instance of BrightnessHistogramStretchCommand specifying the limit values.

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 BrightnessHistogramStretchCommand(
	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 the arguments are less than 0 or greater than 100.
See Also