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