pixelGetBlue method
PixelGetBlue() returns the normalized blue color of the pixel wand.
Implementation
double pixelGetBlue() => _magickWandBindings.PixelGetBlue(_wandPtr);
PixelGetBlue() returns the normalized blue color of the pixel wand.
double pixelGetBlue() => _magickWandBindings.PixelGetBlue(_wandPtr);