VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebAdvancedReplaceColorCommandJS type / get_ColorReplaceSpheres Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ColorReplaceSpheres Method
    In This Topic
    Gets color spheres which defines colors which should be replaced.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebAdvancedReplaceColorCommandJS();
    
    var value; // Type: Vintasoft.Imaging.ImageProcessing.WebColorReplaceSphereJS
    value = instance.get_ColorReplaceSpheres();
    
    
    function get_ColorReplaceSpheres() : WebColorReplaceSphereJS;
    

    Return Value

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