Click or drag to resize

AutoColorCommand Constructor (Double)

Creates a new instance of AutoColorCommand specifying the clip amount.

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 AutoColorCommand(
	double clip
)

Parameters

clip
Type: SystemDouble
The percentage of pixels to ignore when calculating the white and black points.
Exceptions
ExceptionCondition
Thrown if the clip is less than 0 or greater than 100.
See Also