예제 #1
0
 public static int getGray(Pixmap pixmap, int x, int y)
 {
     return pixmap.getGray(x, y);
 }