VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebPosterizeCommandJS type / get_ColorCount Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ColorCount Method
    In This Topic
    Gets the count of unique colors.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebPosterizeCommandJS();
    
    var value; // Type: number
    value = instance.get_ColorCount();
    
    
    function get_ColorCount() : number;
    

    Return Value

    Count of unique colors. Valid values are from 2 to 256. Default value is 6.
    Browser Compatibility
    56+
    45+
    11
    See Also