In This Topic
Sets the contrast value in percents.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebChangeBrightnessContrastCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_Contrast(value);
function set_Contrast(
: number
) : any;
Parameters
- value
- Contrast 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