Пример #1
0
 public Color GetPixel(int x, int y)
 {
     return(ColorList.GetColor(GetIndex(x, y)));
 }