shift function

int shift(
  1. int x
)

Shifts a 16-bit color component down to 8-bit.

Implementation

int shift(int x) => _shift16To8(x);