g property

int g

Gets the green component of this color as an integer.

Implementation

int get g => (this.value >> 8) & 0xFF;