pixelGetMagenta method

double pixelGetMagenta()

PixelGetMagenta() returns the normalized magenta color of the pixel wand.

Implementation

double pixelGetMagenta() => _magickWandBindings.PixelGetMagenta(_wandPtr);