RemapImage method

int RemapImage(
  1. Pointer<QuantizeInfo> arg0,
  2. Pointer<Image> arg1,
  3. Pointer<Image> arg2,
  4. Pointer<ExceptionInfo> arg3,
)

Implementation

int RemapImage(
  ffi.Pointer<QuantizeInfo> arg0,
  ffi.Pointer<Image> arg1,
  ffi.Pointer<Image> arg2,
  ffi.Pointer<ExceptionInfo> arg3,
) {
  return _RemapImage(
    arg0,
    arg1,
    arg2,
    arg3,
  );
}