PixelSetBlueQuantum method

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

Implementation

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