RemapImages method
int
RemapImages(
- Pointer<
QuantizeInfo> arg0, - Pointer<
Image> arg1, - Pointer<
Image> arg2, - Pointer<
ExceptionInfo> arg3,
Implementation
int RemapImages(
ffi.Pointer<QuantizeInfo> arg0,
ffi.Pointer<Image> arg1,
ffi.Pointer<Image> arg2,
ffi.Pointer<ExceptionInfo> arg3,
) {
return _RemapImages(
arg0,
arg1,
arg2,
arg3,
);
}