MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenImageIO / ImageBuf_setpixel2

Function ImageBuf_setpixel2

src/python/py_imagebuf.cpp:219–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219void
220ImageBuf_setpixel2 (ImageBuf &buf, int x, int y, tuple p)
221{
222 ImageBuf_setpixel (buf, x, y, 0, p);
223}
224
225void
226ImageBuf_setpixel1 (ImageBuf &buf, int i, tuple p)

Callers

nothing calls this directly

Calls 1

ImageBuf_setpixelFunction · 0.85

Tested by

no test coverage detected