IsPixelWandSimilar method

int IsPixelWandSimilar(
  1. Pointer<PixelWand> arg0,
  2. Pointer<PixelWand> arg1,
  3. double arg2
)

Implementation

int IsPixelWandSimilar(
  ffi.Pointer<PixelWand> arg0,
  ffi.Pointer<PixelWand> arg1,
  double arg2,
) {
  return _IsPixelWandSimilar(
    arg0,
    arg1,
    arg2,
  );
}