In This Topic
Sets a color channel(s) to process.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebConvolutionCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebColorChannelEnumJS
returnValue = instance.set_ColorChannel(value);
function set_ColorChannel(
: WebColorChannelEnumJS
) : any;
Parameters
- value
- An instance of WebColorChannelEnumJS class. Default value is "RGB".
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also