get_ConsiderAlphaChannel Method
Gets a value indicating whether the alpha channel of Color must be taken into account.
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.