static short hi15(int r, int g, int b) { ret (short) ((r << 10) | (g << 5) | b); }