|
SimpleECM Image Processing SDK
1.1
|
#import <SECMBrightnessAndContrastOperation.h>
Instance Methods | |
| (id) | - initWithSECMImage:brightness:andContrast: |
Instance Methods inherited from SECMImageOperation | |
| (id) | - initWithSECMImage: |
Additional Inherited Members | |
Properties inherited from SECMImageOperation | |
| SECMImage * | sImage |
| the image to apply the operation on More... | |
| id< SECMImageOperationDelegate > | delegate |
| delegate that will be informed of the operation's events More... | |
Operation that adjusts the image's brightness and contrast
Definition at line 19 of file SECMBrightnessAndContrastOperation.h.
| - (id) initWithSECMImage: | (SECMImage *) | sImage | |
| brightness: | (float) | brightness | |
| andContrast: | (float) | contrast | |
Initializes the operation
| SECMImage | *sImage the image that will be modified |
| float | brightness the brightness modifier. Accepts values between -1.0f and 1.0f |
| float | contrast the contrast modifier. Accepts values between 0.0f and 2.0f |