uint32ToGreen function

int uint32ToGreen(
  1. int c
)

Implementation

int uint32ToGreen(int c) => (c >> 8) & 0xff;