PixelSetBlack method

void PixelSetBlack(
  1. Pointer<PixelWand> arg0,
  2. double arg1
)

Implementation

void PixelSetBlack(
  ffi.Pointer<PixelWand> arg0,
  double arg1,
) {
  return _PixelSetBlack(
    arg0,
    arg1,
  );
}