set_CompareChannelIndexes Method
In This Topic
Sets indexes of channels, which should be used for comparing images.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebImageComparisonCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number[]
returnValue = instance.set_CompareChannelIndexes(value);
function set_CompareChannelIndexes(
: number[]
) : any;
Parameters
- value
- Array of indexes of channels OR "null" if all channels must be comapared. Default value is "null".
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also