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