WebColorSphereJS Constructor(number,number,number,number)
In This Topic
Initializes a new instance of the
WebColorSphereJS class.
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(
: number,
: number,
: number,
: number
) : WebColorSphereJS;
Parameters
- r
- Red component value of this color sphere.
- g
- Green component value of this color sphere.
- b
- Blue component value of this color sphere.
- radius
- Radius, in the RGB space, of color sphere.
Browser Compatibility
See Also