VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebReplaceColorCommandJS type / get_MaximalColorDifference Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_MaximalColorDifference Method
    In This Topic
    Get maximum color difference.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebReplaceColorCommandJS();
    
    var value; // Type: number
    value = instance.get_MaximalColorDifference();
    
    
    function get_MaximalColorDifference() : number;
    

    Return Value

    Maximum color difference. Possible value is any positive value. Default value is 0.
    Browser Compatibility
    56+
    45+
    11
    See Also