r property

int r

The red channel of this color.

Will be between 0 and 255 inclusive.

Implementation

int get r => (value >> 16) & 0xff;