Click or drag to resize

ReplaceColorCommandTolerance Property

Gets or sets the maximum color distance to match. A value of 0 will provide strict matching.

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 double Tolerance { get; set; }

Property Value

Type: Double
The maximum color distance to match. A value of 0 will provide strict matching.
Exceptions
ExceptionCondition
Thrown if value is not between 0 and 1.
Remarks
Valid values are from 0 to 1.
See Also