PixelGetAlpha method

double PixelGetAlpha(
  1. Pointer<PixelWand> arg0
)

Implementation

double PixelGetAlpha(
  ffi.Pointer<PixelWand> arg0,
) {
  return _PixelGetAlpha(
    arg0,
  );
}