hasAlpha property

bool hasAlpha

True if the Image has an alpha channel.

Implementation

bool get hasAlpha => numChannels == 2 || numChannels == 4;