VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebHasCertainColorCommandJS type / get_ConsiderAlphaChannel Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ConsiderAlphaChannel Method
    In This Topic
    Gets a value indicating whether the alpha channel of Color must be taken into account.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebHasCertainColorCommandJS();
    
    var value; // Type: boolean
    value = instance.get_ConsiderAlphaChannel();
    
    
    function get_ConsiderAlphaChannel() : boolean;
    

    Return Value

    True - alpha channel of Color property must be taken into account; False - alpha channel of Color property must NOT be taken into account. Default value is True.
    Browser Compatibility
    56+
    45+
    11
    See Also