VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebRedEyeRemovalCommandJS type / set_Tolerance Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_Tolerance Method
In This Topic
Sets the minimum difference between red component of color and maximum component from green and blue components of color.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebRedEyeRemovalCommandJS();

var returnValue; // Type: any

// Parameters
var value; // Type: number

returnValue = instance.set_Tolerance(value);

Parameters

value
Minimum difference. Valid values are from 35 to 100. Default value is 70.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also