In This Topic
Sets the brightness value in percents.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebChangeBrightnessContrastCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_Brightness(value);
function set_Brightness(
: number
) : any;
Parameters
- value
- Brightness value in percents. Valid values are from -100 to 100. Default value is 0.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also