PixelGetYellow method

double PixelGetYellow(
  1. Pointer<PixelWand> arg0
)

Implementation

double PixelGetYellow(
  ffi.Pointer<PixelWand> arg0,
) {
  return _PixelGetYellow(
    arg0,
  );
}