C# Class ImageProcessor.Processors.Halftone

The halftone processor applies a classical CMYK halftone to the given image.
Inheritance: IGraphicsProcessor
显示文件 Open project: JimBobSquarePants/ImageProcessor Class Usage Examples

Public Methods

Method Description
Halftone ( ) : System

Initializes a new instance of the Halftone class.

ProcessImage ( ImageFactory factory ) : Image

Processes the image.

Method Details

Halftone() public method

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