g property

int get g

Extract the green channel (0-255).

Implementation

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