gsGreenChannel function

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

Implementation

int gsGreenChannel(int r, int g, int b) => g;