PixelSetYellowQuantum method

void PixelSetYellowQuantum(
  1. Pointer<PixelWand> arg0,
  2. int arg1
)

Implementation

void PixelSetYellowQuantum(
  ffi.Pointer<PixelWand> arg0,
  int arg1,
) {
  return _PixelSetYellowQuantum(
    arg0,
    arg1,
  );
}