r property

int r

The red channel value from 0..255.

Implementation

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