pixelSetYellow method

void pixelSetYellow(
  1. double yellow
)

PixelSetYellow() sets the normalized yellow color of the pixel wand.

Implementation

void pixelSetYellow(double yellow) =>
    _magickWandBindings.PixelSetYellow(_wandPtr, yellow);