set_MonochromaticNoise Method
In This Topic
Sets a value indicating whether the noise is monochromatic.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebAddNoiseCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_MonochromaticNoise(value);
function set_MonochromaticNoise(
: boolean
) : any;
Parameters
- value
- True - noise is monochromatic; False - noise is NOT monochromatic. Default value is False.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also