Exemplo n.º 1
0
 public ColorVector GetPixelColor(int x, int y)
 {
     return(_pixelBuffer.GetPixelColor(x, y));
 }