C# Class ImageProcessor.Processors.Gamma

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

Méthodes publiques

Méthode Description
Gamma ( ) : System

Initializes a new instance of the Gamma class.

ProcessImage ( ImageFactory factory ) : Image

Processes the image.

Method Details

Gamma() public méthode

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