pixelSetBlack method

void pixelSetBlack(
  1. double black
)

PixelSetBlack() sets the normalized black color of the pixel wand.

Implementation

void pixelSetBlack(double black) =>
    _magickWandBindings.PixelSetBlack(_wandPtr, black);