MagickFloodfillPaintImage method

int MagickFloodfillPaintImage(
  1. Pointer<MagickWand> arg0,
  2. Pointer<PixelWand> arg1,
  3. double arg2,
  4. Pointer<PixelWand> arg3,
  5. int arg4,
  6. int arg5,
  7. int arg6,
)

Implementation

int MagickFloodfillPaintImage(
  ffi.Pointer<MagickWand> arg0,
  ffi.Pointer<PixelWand> arg1,
  double arg2,
  ffi.Pointer<PixelWand> arg3,
  int arg4,
  int arg5,
  int arg6,
) {
  return _MagickFloodfillPaintImage(
    arg0,
    arg1,
    arg2,
    arg3,
    arg4,
    arg5,
    arg6,
  );
}