VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebIsImageGrayscaleCommandJS type / get_MaxPercentOfColorPixels Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_MaxPercentOfColorPixels Method
    In This Topic
    Gets the maximum count, in percents, of color pixels in image.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebIsImageGrayscaleCommandJS();
    
    var value; // Type: number
    value = instance.get_MaxPercentOfColorPixels();
    
    
    function get_MaxPercentOfColorPixels() : number;
    

    Return Value

    Maximum percents of color pixels in image. Valid values are from 0.0 to 1.0. Default value is 0.
    Browser Compatibility
    56+
    45+
    11
    See Also