static short hi15_clamp(int r, int g, int b) { ret hi15( clamp(r, 0, 31), clamp(g, 0, 31), clamp(b, 0, 31)); }