pixelGetRed method
PixelGetRed() returns the normalized red color of the pixel wand.
Implementation
double pixelGetRed() => _magickWandBindings.PixelGetRed(_wandPtr);
PixelGetRed() returns the normalized red color of the pixel wand.
double pixelGetRed() => _magickWandBindings.PixelGetRed(_wandPtr);