hasAlpha property

bool hasAlpha

Returns true if colors has alpha != 255 value.

Implementation

bool get hasAlpha => alpha != 255;