VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebColorSphereJS type / get_Radius Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Radius Method
    In This Topic
    Gets the radius, in the RGB space, of color sphere.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebColorSphereJS(r, g, b, radius);
    
    var value; // Type: number
    value = instance.get_Radius();
    
    
    function get_Radius() : number;
    

    Return Value

    Radius, in the RGB space, of color sphere. Valid value is 0 and any positive value.
    Browser Compatibility
    56+
    45+
    11
    See Also