new color of pixel
first index of pixel
Pixel
Surface sur = new Surface[10, 10]; sur[45] = new RGBColor(0, 45, 65);
See Implementation