예제 #1
0
 public Avg()
 {
     X = new Pixel();
     Y = new Pixel();
 }
예제 #2
0
 public Avg(Pixel x, Pixel y)
 {
     X = x;
     Y = y;
 }