Example #1
0
 public unsafe void pixel_low_res(RGBA_Bytes **buf, RGBA_Bytes *p, int x, int y)
 {
     *p = buf[y][x];
 }
Example #2
0
 public unsafe void PixelLowRes(RGBA_Bytes **buf, RGBA_Bytes *p, int x, int y)
 {
     *p = buf[y][x];
 }