static int colorToInt(Color c) { ret c.getRGB() & 0xFFFFFF; }