pixelGetMagenta method
PixelGetMagenta() returns the normalized magenta color of the pixel wand.
Implementation
double pixelGetMagenta() => _magickWandBindings.PixelGetMagenta(_wandPtr);
PixelGetMagenta() returns the normalized magenta color of the pixel wand.
double pixelGetMagenta() => _magickWandBindings.PixelGetMagenta(_wandPtr);