pixelSetBlack method
PixelSetBlack() sets the normalized black color of the pixel wand.
Implementation
void pixelSetBlack(double black) =>
_magickWandBindings.PixelSetBlack(_wandPtr, black);
PixelSetBlack() sets the normalized black color of the pixel wand.
void pixelSetBlack(double black) =>
_magickWandBindings.PixelSetBlack(_wandPtr, black);