MagickFloodfillPaintImage method
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,
);
}