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

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

    Browser Compatibility
    56+
    45+
    11
    See Also