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(
: WebColorBaseJS
) : any;
Parameters
- value
- An instance of WebColorBaseJS class.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if argument type is not RGB24 and not ARGB32. |
Browser Compatibility
See Also