C# Class ImageProcessor.Processors.ReplaceColor

Encapsulates methods allowing the replacement of a color within an image.
Inheritance: IGraphicsProcessor
Mostrar archivo Open project: JimBobSquarePants/ImageProcessor Class Usage Examples

Public Methods

Method Description
ProcessImage ( ImageFactory factory ) : Image

Processes the image.

ReplaceColor ( ) : System

Initializes a new instance of the ReplaceColor class.

Method Details

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

ReplaceColor() public method

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