VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebAddNoiseCommandJS type / get_MonochromaticNoise Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_MonochromaticNoise Method
    In This Topic
    Gets a value indicating whether the noise is monochromatic.
    Syntax
    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.
    Browser Compatibility
    56+
    45+
    11
    See Also