PixelSetAlpha method

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

Implementation

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