VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebConvolutionCommandJS type / get_ColorChannel Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ColorChannel Method
    In This Topic
    Gets a color channel(s) to process.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebConvolutionCommandJS();
    
    var value; // Type: Vintasoft.Imaging.WebColorChannelEnumJS
    value = instance.get_ColorChannel();
    
    
    function get_ColorChannel() : WebColorChannelEnumJS;
    

    Return Value

    An instance of WebColorChannelEnumJS class. Default value is "RGB".
    Browser Compatibility
    56+
    45+
    11
    See Also