BackgroundColor
Changes the background color of the current image.
public ImageFactory BackgroundColor(Color color)
Parameters
- color
- The
System.Drawing.Colorto paint the image with.
Examples
Original
Purple Background Color
Changes the background color of the current image.
public ImageFactory BackgroundColor(Color color)
System.Drawing.Color to paint the image with.