PixelSetYellow method

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

Implementation

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