pixelSetRed method

void pixelSetRed(
  1. double red
)

PixelSetRed() sets the normalized red color of the pixel wand.

Implementation

void pixelSetRed(double red) =>
    _magickWandBindings.PixelSetRed(_wandPtr, red);