In This Topic
Sets the variance of the noise.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebAddNoiseCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_Variance(value);
function set_Variance(
: number
) : any;
Parameters
- value
- Variance of noise. Valid values are from -1000000 to 1000000. Default value is 100.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also