g property

int g

The green channel of this color.

Will be between 0 and 255 inclusive.

Implementation

int get g => (value >> 8) & 0xff;