pixelSetRed method
PixelSetRed() sets the normalized red color of the pixel wand.
Implementation
void pixelSetRed(double red) =>
    _magickWandBindings.PixelSetRed(_wandPtr, red);PixelSetRed() sets the normalized red color of the pixel wand.
void pixelSetRed(double red) =>
    _magickWandBindings.PixelSetRed(_wandPtr, red);