red property

int get red

Implementation

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