C# Class ImageProcessor.Processors.Contrast

Encapsulates methods to change the contrast component of the image.
Inheritance: IGraphicsProcessor
Afficher le fichier Open project: JimBobSquarePants/ImageProcessor Class Usage Examples

Méthodes publiques

Méthode Description
Contrast ( ) : System

Initializes a new instance of the Contrast class.

ProcessImage ( ImageFactory factory ) : Image

Processes the image.

Method Details

Contrast() public méthode

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

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