red property
int
get
red
The red channel of this color in an 8 bit value.
Implementation
int get red => (0x00ff0000 & value) >> 16;
The red channel of this color in an 8 bit value.
int get red => (0x00ff0000 & value) >> 16;