isTransparent property

bool isTransparent

Determine the transparent color by 0 alpha.

Implementation

bool get isTransparent => alpha == 0x00;