Click or drag to resize

RedEyeRemovalCommand Constructor (Int32, Int32)

Creates a new instance of RedEyeRemovalCommand specifying the saturation threshold and color range.

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 RedEyeRemovalCommand(
	int saturationThreshold,
	int colorRange
)

Parameters

saturationThreshold
Type: SystemInt32
The percent that red is allowed to dominates the other colors before it is reduced. (0 to 100)
colorRange
Type: SystemInt32
The red band width. (0 to 100)
Exceptions
ExceptionCondition
Thrown if the saturationThreshold or colorRange is less than 0 or greater than 100.
See Also