uint32ToBlue function

int uint32ToBlue(
  1. int c
)

Implementation

int uint32ToBlue(int c) => (c >> 16) & 0xff;