In This Topic
Gets the minimum difference between red component of color and maximum component from green and blue components of color. Valid values are from 35 to 100. Default value is 70.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebRedEyeRemovalCommandJS();
var value; // Type: number
value = instance.get_Tolerance();
function get_Tolerance() : number;
Return Value
Minimum difference.
Browser Compatibility
See Also