pixelGetGreen method
PixelGetGreen() returns the normalized green color of the pixel wand.
Implementation
double pixelGetGreen() => _magickWandBindings.PixelGetGreen(_wandPtr);
PixelGetGreen() returns the normalized green color of the pixel wand.
double pixelGetGreen() => _magickWandBindings.PixelGetGreen(_wandPtr);