VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebRemapColorsCommandJS type / setGreenGamma Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
setGreenGamma Method
In This Topic
Sets gamma value for green channel.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebRemapColorsCommandJS();

var value; // Type: any

// Parameters
var value; // Type: number

value = instance.setGreenGamma(value);

Parameters

value
A green gamma value.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Thrown if array element is less than 0.
Browser Compatibility
56+
45+
11
See Also