pixelSetBlue method

void pixelSetBlue(
  1. double blue
)

PixelSetBlue() sets the normalized blue color of the pixel wand.

Implementation

void pixelSetBlue(double blue) =>
    _magickWandBindings.PixelSetBlue(_wandPtr, blue);