Example #1
0
 public static Color getColor(Pixmap pixmap, int x, int y)
 {
     return pixmap.getColor(x, y);
 }