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(
: 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
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also