C# Class ImageProcessor.Processors.Contrast

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

Public Methods

Method Description
Contrast ( ) : System

Initializes a new instance of the Contrast class.

ProcessImage ( ImageFactory factory ) : Image

Processes the image.

Method Details

Contrast() public method

Initializes a new instance of the Contrast class.
public Contrast ( ) : 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