alpha property

int get alpha

Implementation

int get alpha => (0xff000000 & value) >> 24;