public Color GetPixel(int x, int y)
 {
     return(Latest.GetPixel(x, y));
 }