MagickTintImage method

int MagickTintImage(
  1. Pointer<MagickWand> arg0,
  2. Pointer<PixelWand> arg1,
  3. Pointer<PixelWand> arg2
)

Implementation

int MagickTintImage(
  ffi.Pointer<MagickWand> arg0,
  ffi.Pointer<PixelWand> arg1,
  ffi.Pointer<PixelWand> arg2,
) {
  return _MagickTintImage(
    arg0,
    arg1,
    arg2,
  );
}