pixelGetBlack method

double pixelGetBlack()

PixelGetBlack() returns the normalized black color of the pixel wand.

Implementation

double pixelGetBlack() => _magickWandBindings.PixelGetBlack(_wandPtr);