C# Class ImageProcessor.Processors.Hue

Encapsulates methods to adjust the hue component of an image.
Inheritance: IGraphicsProcessor
Exibir arquivo Open project: JimBobSquarePants/ImageProcessor Class Usage Examples

Public Methods

Method Description
Hue ( ) : System

Initializes a new instance of the Hue class.

ProcessImage ( ImageFactory factory ) : Image

Processes the image.

Method Details

Hue() public method

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