g property

int get g

Extract the green channel (0-255).

Implementation

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