C# Class ImageProcessor.Processors.Hue

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

Méthodes publiques

Méthode Description
Hue ( ) : System

Initializes a new instance of the Hue class.

ProcessImage ( ImageFactory factory ) : Image

Processes the image.

Method Details

Hue() public méthode

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