C# Class AForge.Imaging.Filters.SaturationCorrection

Saturation adjusting of HSL color space
Inheritance: IFilter, IInPlaceFilter
Show file Open project: holisticware-admin/MonoVersal.AForgeNET Class Usage Examples

Public Methods

Method Description
SaturationCorrection ( ) : System

Initializes a new instance of the SaturationCorrection class.

SaturationCorrection ( float adjustValue ) : System

Initializes a new instance of the SaturationCorrection class.

Protected Methods

Method Description
ProcessFilter ( UnmanagedImage image, Rectangle rect ) : void

Process the filter on the specified image.

Method Details

ProcessFilter() protected method

Process the filter on the specified image.
protected ProcessFilter ( UnmanagedImage image, Rectangle rect ) : void
image UnmanagedImage Source image data.
rect System.Drawing.Rectangle Image rectangle for processing by the filter.
return void

SaturationCorrection() public method

Initializes a new instance of the SaturationCorrection class.
public SaturationCorrection ( ) : System
return System

SaturationCorrection() public method

Initializes a new instance of the SaturationCorrection class.
public SaturationCorrection ( float adjustValue ) : System
adjustValue float Saturation adjust value.
return System