uint32ToRed function

int uint32ToRed(
  1. int c
)

Implementation

int uint32ToRed(int c) => c & 0xff;