r property

int get r

Extract the red channel (0-255).

Implementation

int get r => (argb >> 16) & 0xFF;