hasAlpha property

bool get hasAlpha

True if the Image has an alpha channel.

Implementation

bool get hasAlpha => numChannels == 4;