a property

int get a

Extract the alpha channel (0-255).

Implementation

int get a => (argb >> 24) & 0xFF;