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

    Return Value

    An instance of WebColorBaseJS class.
    Browser Compatibility
    56+
    45+
    11
    See Also