In This Topic
Sets the red gamma value.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebChangeGammaCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_RedGamma(value);
function set_RedGamma(
: number
) : any;
Parameters
- value
- Red gamma value. Valid value is 0 and any positive value. Default value is 1.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if value is negative. |
Browser Compatibility
See Also