C# Class ImageProcessor.Processors.Gamma

Encapsulates methods to change the gamma component of the image to effect its luminance.
Inheritance: IGraphicsProcessor
Exibir arquivo Open project: JimBobSquarePants/ImageProcessor Class Usage Examples

Public Methods

Method Description
Gamma ( ) : System

Initializes a new instance of the Gamma class.

ProcessImage ( ImageFactory factory ) : Image

Processes the image.

Method Details

Gamma() public method

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