hasAlpha property

bool get hasAlpha

Returns true if colors has alpha != 255 value.

Implementation

bool get hasAlpha => alpha != 255;