In This Topic
Sets gamma value for green channel.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebRemapColors16CommandJS();
var value; // Type: any
// Parameters
var value; // Type: number
value = instance.setGreenGamma(value);
function setGreenGamma(
: number
) : any;
Parameters
- value
- A green gamma value.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if array element is less than 0. |
Browser Compatibility
See Also