pixelGetYellow method
PixelGetYellow() returns the normalized yellow color of the pixel wand.
Implementation
double pixelGetYellow() => _magickWandBindings.PixelGetYellow(_wandPtr);
PixelGetYellow() returns the normalized yellow color of the pixel wand.
double pixelGetYellow() => _magickWandBindings.PixelGetYellow(_wandPtr);