VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebColorNoiseClearCommandJS type / get_ColorSpheres Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ColorSpheres Method
    In This Topic
    Gets an array of colors, presented as color spheres, which should be replaced.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebColorNoiseClearCommandJS();
    
    var value; // Type: Vintasoft.Imaging.ImageProcessing.WebColorSphereJS[]
    value = instance.get_ColorSpheres();
    
    
    function get_ColorSpheres() : WebColorSphereJS[];
    

    Return Value

    Array of WebColorSphereJS objects.
    Browser Compatibility
    56+
    45+
    11
    See Also