MagickTransparentPaintImage method

int MagickTransparentPaintImage(
  1. Pointer<MagickWand> arg0,
  2. Pointer<PixelWand> arg1,
  3. double arg2,
  4. double arg3,
  5. int invert,
)

Implementation

int MagickTransparentPaintImage(
  ffi.Pointer<MagickWand> arg0,
  ffi.Pointer<PixelWand> arg1,
  double arg2,
  double arg3,
  int invert,
) {
  return _MagickTransparentPaintImage(
    arg0,
    arg1,
    arg2,
    arg3,
    invert,
  );
}