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