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