WebColorReplaceSphereJS Constructor(number,number,number,number)
В этом разделе
Initializes a new instance of the
WebColorReplaceSphereJS class.
Синтаксис
// 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
- Значение красного компонента этой цветовой сферы.
- g
- Значение зеленого компонента этой цветовой сферы.
- b
- Значение синего компонента этой цветовой сферы.
- radius
- Радиус цветовой сферы в пространстве RGB.
Совместимость с веб браузерами
Смотрите также