C# Class ImageProcessor.Processors.BackgroundColor

Changes the background color of an image.
Inheritance: IGraphicsProcessor
Exibir arquivo Open project: JimBobSquarePants/ImageProcessor Class Usage Examples

Public Methods

Method Description
BackgroundColor ( ) : System

Initializes a new instance of the BackgroundColor class.

ProcessImage ( ImageFactory factory ) : Image

Processes the image.

Method Details

BackgroundColor() public method

Initializes a new instance of the BackgroundColor class.
public BackgroundColor ( ) : System
return System

ProcessImage() public method

Processes the image.
public ProcessImage ( ImageFactory factory ) : Image
factory ImageFactory The current instance of the /// class containing /// the image to process.
return Image