#include <imageprocessor/imageprocessoreffect.h>
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
Returns: The blue level
IMPORT_C TReal32 | GreenLevelL | ( | ) | const |
Gets the current green level of RgbColorAdjust effect
Returns: The green level
IMPORT_C TReal32 | RedLevelL | ( | ) | const |
Gets the current red level of RgbColorAdjust effect
Returns: The red level
Specifies the red, green and blue level for the current RgbColorAdjust effect
Parameter | Description |
---|---|
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. |