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

Method interppixel

src/libOpenImageIO/imagebuf.cpp:1344–1348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1342
1343
1344void
1345ImageBuf::interppixel (float x, float y, float *pixel, WrapMode wrap) const
1346{
1347 interppixel_wrapper (x, y, pixel, wrap, *this);
1348}
1349
1350
1351

Callers 3

ImageBuf_interppixelFunction · 0.80
resample_Function · 0.80
test_imagebuf.pyFile · 0.80

Calls 1

interppixel_wrapperFunction · 0.85

Tested by

no test coverage detected