C# Class ImageProcessor.Processors.Alpha

Encapsulates methods to change the alpha component of the image to effect its transparency.
Inheritance: IGraphicsProcessor
Mostrar archivo Open project: JimBobSquarePants/ImageProcessor Class Usage Examples

Public Methods

Method Description
Alpha ( ) : System

Initializes a new instance of the Alpha class.

ProcessImage ( ImageFactory factory ) : Image

Processes the image.

Method Details

Alpha() public method

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