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);
function set_Tolerance(
: number
) : any;
Parameters
- value
- Minimum difference. Valid values are from 35 to 100. Default value is 70.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also