| 217 | } |
| 218 | |
| 219 | void |
| 220 | ImageBuf_setpixel2 (ImageBuf &buf, int x, int y, tuple p) |
| 221 | { |
| 222 | ImageBuf_setpixel (buf, x, y, 0, p); |
| 223 | } |
| 224 | |
| 225 | void |
| 226 | ImageBuf_setpixel1 (ImageBuf &buf, int i, tuple p) |
nothing calls this directly
no test coverage detected