In This Topic
Sets the color map for the green channel of image.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebRemapColors16CommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number[]
returnValue = instance.set_GreenMap(value);
function set_GreenMap(
: number[]
) : any;
Parameters
- value
- Array map of green channel.
Exceptions
Exception | Description |
| 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
See Also