VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebConvolutionCommandJS type / set_ColorChannel Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_ColorChannel Method
    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(
    value
    An instance of WebColorChannelEnumJS class. Default value is "RGB".
    : WebColorChannelEnumJS
    ) : any;

    Parameters

    value
    An instance of WebColorChannelEnumJS class. Default value is "RGB".
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also