SimpleECM Image Processing SDK  1.1
 All Classes Files Functions Variables Enumerations Enumerator Properties
SECMBrightnessAndContrastOperation Class Reference

#import <SECMBrightnessAndContrastOperation.h>

Inheritance diagram for SECMBrightnessAndContrastOperation:
SECMImageOperation

Instance Methods

(id) - initWithSECMImage:brightness:andContrast:
 
- Instance Methods inherited from SECMImageOperation
(id) - initWithSECMImage:
 

Additional Inherited Members

- Properties inherited from SECMImageOperation
SECMImagesImage
 the image to apply the operation on More...
 
id< SECMImageOperationDelegatedelegate
 delegate that will be informed of the operation's events More...
 

Detailed Description

Operation that adjusts the image's brightness and contrast

Definition at line 19 of file SECMBrightnessAndContrastOperation.h.

Method Documentation

- (id) initWithSECMImage: (SECMImage *)  sImage
brightness: (float)  brightness
andContrast: (float)  contrast 

Initializes the operation

Parameters
SECMImage*sImage the image that will be modified
floatbrightness the brightness modifier. Accepts values between -1.0f and 1.0f
floatcontrast the contrast modifier. Accepts values between 0.0f and 2.0f
Returns
the initialized operation

The documentation for this class was generated from the following file: