C# Class ImageProcessor.Processors.Brightness

Encapsulates methods to change the brightness component of the image.
Inheritance: IGraphicsProcessor
Mostrar archivo Open project: JimBobSquarePants/ImageProcessor Class Usage Examples

Public Methods

Method Description
Brightness ( ) : System

Initializes a new instance of the Brightness class.

ProcessImage ( ImageFactory factory ) : Image

Processes the image.

Method Details

Brightness() public method

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