MagickGetImageMean method
Implementation
int MagickGetImageMean(
ffi.Pointer<MagickWand> arg0,
ffi.Pointer<ffi.Double> arg1,
ffi.Pointer<ffi.Double> arg2,
) {
return _MagickGetImageMean(
arg0,
arg1,
arg2,
);
}
int MagickGetImageMean(
ffi.Pointer<MagickWand> arg0,
ffi.Pointer<ffi.Double> arg1,
ffi.Pointer<ffi.Double> arg2,
) {
return _MagickGetImageMean(
arg0,
arg1,
arg2,
);
}