VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebRedEyeRemovalCommandJS type / get_Tolerance Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Tolerance Method
    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
    56+
    45+
    11
    See Also