VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebColorReplaceSphereJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebColorReplaceSphereJS type
    In This Topic
    Provides information about color replace sphere that allows to replace the colors.
    Syntax
    // Parameters
    var r; // Type: number
    var g; // Type: number
    var b; // Type: number
    var radius; // Type: number
    
    var instance = new Vintasoft.Imaging.ImageProcessing.WebColorReplaceSphereJS(r, g, b, radius);
    
    
    function WebColorReplaceSphereJS;
    
    Inheritance Hierarchy

    Object
       Vintasoft.Imaging.ImageProcessing.WebColorSphereJS
          Vintasoft.Imaging.ImageProcessing.WebColorReplaceSphereJS

    Browser Compatibility
    56+
    45+
    11
    See Also