C# Class ImageProcessor.Processors.ReplaceColor

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

Méthodes publiques

Méthode Description
ProcessImage ( ImageFactory factory ) : Image

Processes the image.

ReplaceColor ( ) : System

Initializes a new instance of the ReplaceColor class.

Method Details

ProcessImage() public méthode

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

ReplaceColor() public méthode

Initializes a new instance of the ReplaceColor class.
public ReplaceColor ( ) : System
Résultat System