PixelGetBlueQuantum method

int PixelGetBlueQuantum(
  1. Pointer<PixelWand> arg0
)

Implementation

int PixelGetBlueQuantum(
  ffi.Pointer<PixelWand> arg0,
) {
  return _PixelGetBlueQuantum(
    arg0,
  );
}