C# Class ImageProcessor.Web.Processors.Saturation

Encapsulates methods to change the saturation component of the image.
Inheritance: IWebGraphicsProcessor
Mostra file Open project: JimBobSquarePants/ImageProcessor

Public Methods

Method Description
MatchRegexIndex ( string queryString ) : int

The position in the original string where the first character of the captured substring was found.

Saturation ( ) : System.Collections.Specialized

Initializes a new instance of the Saturation class.

Method Details

MatchRegexIndex() public method

The position in the original string where the first character of the captured substring was found.
public MatchRegexIndex ( string queryString ) : int
queryString string The query string to search.
return int

Saturation() public method

Initializes a new instance of the Saturation class.
public Saturation ( ) : System.Collections.Specialized
return System.Collections.Specialized