pixelGetRed method

double pixelGetRed()

PixelGetRed() returns the normalized red color of the pixel wand.

Implementation

double pixelGetRed() => _magickWandBindings.PixelGetRed(_wandPtr);