PixelGetBlue method

double PixelGetBlue(
  1. Pointer<PixelWand> arg0
)

Implementation

double PixelGetBlue(
  ffi.Pointer<PixelWand> arg0,
) {
  return _PixelGetBlue(
    arg0,
  );
}