Click or drag to resize

BrightnessHistogramStretchCommand Constructor (Double, Double, Boolean)

Creates a new instance of BrightnessHistogramStretchCommand specifying the limit values and if the HSL colorspace should be used.

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,
	bool hslColorSpace
)

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)
hslColorSpace
Type: SystemBoolean
Indicates if the Histogram Stretch is performed in the HSL colorspace.
Exceptions
ExceptionCondition
Thrown if the lowLimit or highLimit arguments are less than 0 or greater than 100.
See Also