RemapImages method

int RemapImages(
  1. Pointer<QuantizeInfo> arg0,
  2. Pointer<Image> arg1,
  3. Pointer<Image> arg2,
  4. 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,
  );
}