gsLighter function

int gsLighter(
  1. int r,
  2. int g,
  3. int b
)

Implementation

int gsLighter(int r, int g, int b) => max(r, max(g, b));