MagickRandomThresholdImage method

int MagickRandomThresholdImage(
  1. Pointer<MagickWand> arg0,
  2. double arg1,
  3. double arg2
)

Implementation

int MagickRandomThresholdImage(
  ffi.Pointer<MagickWand> arg0,
  double arg1,
  double arg2,
) {
  return _MagickRandomThresholdImage(
    arg0,
    arg1,
    arg2,
  );
}