PixelSetMagenta method

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

Implementation

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