VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebHasCertainColorCommandJS type / set_ConsiderAlphaChannel Property
Syntax Exceptions BrowserCompatibility SeeAlso
set_ConsiderAlphaChannel Method
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);

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