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

    Parameters

    value
    An instance of WebColorBaseJS class.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Thrown if argument type is not RGB24 and not ARGB32.
    Browser Compatibility
    56+
    45+
    11
    See Also