pixelGetAlpha method

double pixelGetAlpha()

PixelGetAlpha() returns the normalized alpha value of the pixel wand.

Implementation

double pixelGetAlpha() => _magickWandBindings.PixelGetAlpha(_wandPtr);