VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebHasCertainColorCommandJS type / set_ConsiderAlphaChannel Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_ConsiderAlphaChannel Method
    In This Topic
    Sets a value indicating whether the alpha channel of Color must be taken into account.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebHasCertainColorCommandJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_ConsiderAlphaChannel(value);
    
    
    function set_ConsiderAlphaChannel(
    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.
    : boolean
    ) : any;

    Parameters

    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.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also