WebColorReplaceSphereJS Constructor(number,number,number,number)
In This Topic
Initializes a new instance of the
WebColorReplaceSphereJS 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.WebColorReplaceSphereJS(r, g, b, radius);
function WebColorReplaceSphereJS(
: number,
: number,
: number,
: number
) : WebColorReplaceSphereJS;
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