PixelSetCyan method

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

Implementation

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