red property
The red channel of this color in an 8 bit value.
Implementation
@Deprecated('Use (*.r * 255.0).round() & 0xff')
int get red => (r * 255.0).round() & 0xff;
The red channel of this color in an 8 bit value.
@Deprecated('Use (*.r * 255.0).round() & 0xff')
int get red => (r * 255.0).round() & 0xff;