pixelGetYellow method

double pixelGetYellow()

PixelGetYellow() returns the normalized yellow color of the pixel wand.

Implementation

double pixelGetYellow() => _magickWandBindings.PixelGetYellow(_wandPtr);