VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebAutoColorsCommandJS type / get_HighLimit Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_HighLimit Method
    In This Topic
    Gets the color limit, in percents, for calculating the white color.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebAutoColorsCommandJS();
    
    var value; // Type: number
    value = instance.get_HighLimit();
    
    
    function get_HighLimit() : number;
    

    Return Value

    Color limint, in percents, for calculating the white color. Valid values are from 0.0 to 100.0. Default value is 0.05.
    Browser Compatibility
    56+
    45+
    11
    See Also