PixelGetBlack method

double PixelGetBlack(
  1. Pointer<PixelWand> arg0
)

Implementation

double PixelGetBlack(
  ffi.Pointer<PixelWand> arg0,
) {
  return _PixelGetBlack(
    arg0,
  );
}