메소드 | 설명 | |
---|---|---|
BrightnessCorrection ( ) : System |
Initializes a new instance of the BrightnessCorrection class.
|
|
BrightnessCorrection ( double adjustValue ) : System |
Initializes a new instance of the BrightnessCorrection class.
|
|
BrightnessCorrection ( double adjustValue, bool keepBW, bool keepGray, int grayTolerance ) : System |
Initializes a new instance of the BrightnessCorrection class.
|
메소드 | 설명 | |
---|---|---|
ProcessFilter ( UnmanagedImage image, |
Process the filter on the specified image.
|
public BrightnessCorrection ( double adjustValue ) : System | ||
adjustValue | double | Brightness adjust value. |
리턴 | System |
public BrightnessCorrection ( double adjustValue, bool keepBW, bool keepGray, int grayTolerance ) : System | ||
adjustValue | double | Brightness adjust value. |
keepBW | bool | Keep blacks and whites alone. |
keepGray | bool | Keep grays alone. |
grayTolerance | int | Gray Tolerance range to leave untouched. |
리턴 | System |
protected ProcessFilter ( UnmanagedImage image, |
||
image | UnmanagedImage | Source image data. |
rect | Image rectangle for processing by the filter. | |
리턴 | void |