#include <imageprocessor/imageprocessoreffect.h>
Link against: imageprocessor.lib
class ImageProcessor::TEffectRgbColorAdjust : public ImageProcessor::TEffect |
Public Member Functions | |
---|---|
IMPORT_C TReal32 | BlueLevelL() |
IMPORT_C TReal32 | GreenLevelL() |
IMPORT_C TReal32 | RedLevelL() |
IMPORT_C void | SetRGBLevelL(TReal32, TReal32, TReal32) |
Inherited Enumerations | |
---|---|
ImageProcessor::TEffect:TEffectInputType |
The class provides functions to adjust the RGB color composition of an image
IMPORT_C TReal32 | BlueLevelL | ( | ) | const |
Gets the current blue level of RgbColorAdjust effect
IMPORT_C TReal32 | GreenLevelL | ( | ) | const |
Gets the current green level of RgbColorAdjust effect
IMPORT_C TReal32 | RedLevelL | ( | ) | const |
Gets the current red level of RgbColorAdjust effect
Specifies the red, green and blue level for the current RgbColorAdjust effect
Parameters | |
---|---|
aRedLevel | The red channel adjustment. Range (-1.0) - (1.0), where 0.0 implies no adjustment. |
aGreenLevel | The green channel adjustment. Range (-1.0) - (1.0), where 0.0 implies no adjustment. |
aBlueLevel | The blue channel adjustment. Range (-1.0) - (1.0), where 0.0 implies no adjustment. |
Leave Codes | |
---|---|
KErrNotReady | The effect is not active. |
KErrArgument | The red level, or green level, or blue level is not in the acceptable range. |