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