pixelSetMagenta method

void pixelSetMagenta(
  1. double magenta
)

PixelSetMagenta() sets the normalized magenta color of the pixel wand.

Implementation

void pixelSetMagenta(double magenta) =>
    _magickWandBindings.PixelSetMagenta(_wandPtr, magenta);