magickGetImageAlphaChannel method
Returns false if the image alpha channel is not activated. That is, the image is RGB rather than RGBA or CMYK rather than CMYKA.
Implementation
bool magickGetImageAlphaChannel() =>
_magickWandBindings.MagickGetImageAlphaChannel(_wandPtr).toBool();