MagickWhiteThresholdImage method
Implementation
int MagickWhiteThresholdImage(
ffi.Pointer<MagickWand> arg0,
ffi.Pointer<PixelWand> arg1,
) {
return _MagickWhiteThresholdImage(
arg0,
arg1,
);
}
int MagickWhiteThresholdImage(
ffi.Pointer<MagickWand> arg0,
ffi.Pointer<PixelWand> arg1,
) {
return _MagickWhiteThresholdImage(
arg0,
arg1,
);
}