LevelizeImage method

int LevelizeImage(
  1. Pointer<Image> arg0,
  2. double arg1,
  3. double arg2,
  4. double arg3,
  5. Pointer<ExceptionInfo> arg4,
)

Implementation

int LevelizeImage(
  ffi.Pointer<Image> arg0,
  double arg1,
  double arg2,
  double arg3,
  ffi.Pointer<ExceptionInfo> arg4,
) {
  return _LevelizeImage(
    arg0,
    arg1,
    arg2,
    arg3,
    arg4,
  );
}