VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebIsImageGrayscaleCommandJS type / get_MaxInaccuracy Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_MaxInaccuracy Method
    In This Topic
    Gets the maximum permissible inaccuracy, as distance in RGB color space, when comparing two colors.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebIsImageGrayscaleCommandJS();
    
    var value; // Type: number
    value = instance.get_MaxInaccuracy();
    
    
    function get_MaxInaccuracy() : number;
    

    Return Value

    Maximum distance in RGB color space. Valid values are from 0 to 442. Default value is 0.
    Browser Compatibility
    56+
    45+
    11
    See Also