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

var value; // Type: any

// Parameters
var value; // Type: number

value = instance.setBlueGamma(value);

Parameters

value
A blue 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