pixelSetMagenta method
PixelSetMagenta() sets the normalized magenta color of the pixel wand.
Implementation
void pixelSetMagenta(double magenta) =>
_magickWandBindings.PixelSetMagenta(_wandPtr, magenta);
PixelSetMagenta() sets the normalized magenta color of the pixel wand.
void pixelSetMagenta(double magenta) =>
_magickWandBindings.PixelSetMagenta(_wandPtr, magenta);