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

    Return Value

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