get_MonochromaticNoise Method
Gets a value indicating whether the noise is monochromatic.
var instance = new Vintasoft.Imaging.ImageProcessing.WebAddNoiseCommandJS();
var value; // Type: boolean
value = instance.get_MonochromaticNoise();
function get_MonochromaticNoise() : boolean;
Return Value
True - noise is monochromatic; False - noise is NOT monochromatic. Default value is False.