Like opIndexAssign. For two indexes.
new color of pixel
first index of pixel
second index of pixel
Pixel
Surface sur = new Surface[10, 10]; sur[4, 5] = new RGBColor(0, 45, 65);
See Implementation
Like opIndexAssign. For two indexes.