MagickWhiteThresholdImage method

int MagickWhiteThresholdImage(
  1. Pointer<MagickWand> arg0,
  2. Pointer<PixelWand> arg1
)

Implementation

int MagickWhiteThresholdImage(
  ffi.Pointer<MagickWand> arg0,
  ffi.Pointer<PixelWand> arg1,
) {
  return _MagickWhiteThresholdImage(
    arg0,
    arg1,
  );
}