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