green property

int green

The green channel of this color in an 8 bit value.

Implementation

int get green => (0x0000ff00 & value) >> 8;