InterpolatePixelChannels method
Implementation
int InterpolatePixelChannels(
ffi.Pointer<Image> arg0,
ffi.Pointer<CacheView_> arg1,
ffi.Pointer<Image> arg2,
int arg3,
double arg4,
double arg5,
ffi.Pointer<Quantum> arg6,
ffi.Pointer<ExceptionInfo> arg7,
) {
return _InterpolatePixelChannels(
arg0,
arg1,
arg2,
arg3,
arg4,
arg5,
arg6,
arg7,
);
}