VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebAddNoiseCommandJS type / set_Variance Property
Syntax Exceptions BrowserCompatibility SeeAlso
    set_Variance Method
    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);
    
    

    Parameters

    value
    Variance of noise. Valid values are from -1000000 to 1000000. Default value is 100.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also