pixelGetBlue method

double pixelGetBlue()

PixelGetBlue() returns the normalized blue color of the pixel wand.

Implementation

double pixelGetBlue() => _magickWandBindings.PixelGetBlue(_wandPtr);