pixelSetAlpha method

void pixelSetAlpha(
  1. double alpha
)

PixelSetAlpha() sets the normalized alpha value of the pixel wand.

Implementation

void pixelSetAlpha(double alpha) =>
    _magickWandBindings.PixelSetAlpha(_wandPtr, alpha);