PixelGetFuzz method

double PixelGetFuzz(
  1. Pointer<PixelWand> arg0
)

Implementation

double PixelGetFuzz(
  ffi.Pointer<PixelWand> arg0,
) {
  return _PixelGetFuzz(
    arg0,
  );
}