VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebChangeContrastCommandJS type / get_Contrast Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Contrast Method
    In This Topic
    Gets the contrast value in percents.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebChangeContrastCommandJS();
    
    var value; // Type: number
    value = instance.get_Contrast();
    
    
    function get_Contrast() : number;
    

    Return Value

    Contrast value in percents. Valid values are from -100 to 100. Default value is 0.
    Browser Compatibility
    56+
    45+
    11
    See Also