C# Class ImageProcessor.Processors.Halftone

The halftone processor applies a classical CMYK halftone to the given image.
Inheritance: IGraphicsProcessor
Afficher le fichier Open project: JimBobSquarePants/ImageProcessor Class Usage Examples

Méthodes publiques

Méthode Description
Halftone ( ) : System

Initializes a new instance of the Halftone class.

ProcessImage ( ImageFactory factory ) : Image

Processes the image.

Method Details

Halftone() public méthode

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