VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebCurves16CommandJS type / set_BlueMap Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_BlueMap Method
In This Topic
Sets the color map for the blue channel of image.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebCurves16CommandJS();

var returnValue; // Type: any

// Parameters
var value; // Type: number[]

returnValue = instance.set_BlueMap(value);

Parameters

value
Array map of blue channel.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Thrown if argument length is not equal to 65536.
Thrown if array element is less than 0 or greater than 65535.
Browser Compatibility
56+
45+
11
See Also