Method | Description | |
---|---|---|
SaturationCorrection ( ) : System |
Initializes a new instance of the SaturationCorrection class.
|
|
SaturationCorrection ( float adjustValue ) : System |
Initializes a new instance of the SaturationCorrection class.
|
Method | Description | |
---|---|---|
ProcessFilter ( UnmanagedImage image, |
Process the filter on the specified image.
|
protected ProcessFilter ( UnmanagedImage image, |
||
image | UnmanagedImage | Source image data. |
rect | Image rectangle for processing by the filter. | |
return | void |
public SaturationCorrection ( float adjustValue ) : System | ||
adjustValue | float | Saturation adjust value. |
return | System |