コード例 #1
0
ファイル: Graphics.cs プロジェクト: roboshepherd/myro-epuck
 public static int getGray(Pixmap pixmap, int x, int y)
 {
     return pixmap.getGray(x, y);
 }