class ImageProcessor::Plugin::MEffectRgbColorAdjust : public ImageProcessor::Plugin::MEffect |
Plugin API for the rgbcoloradjust photoart effect. The TEffectRgbColorAdjust uses this interface class to get access to the image prosessor plugin effect. Once this has been constructed, calls to method functions of TEffectRgbColorAdjust are passed verbatim to this interface. For further description of required functionality, see TEffectRgbColorAdjust.
Public Member Functions | |
---|---|
TReal32 | BlueLevelL() |
TReal32 | GreenLevelL() |
TReal32 | RedLevelL() |
void | SetRGBLevelL(TReal32, TReal32, TReal32) |
TReal32 | BlueLevelL | ( | ) | const [pure virtual] |
This must provide an implementation as defined by TEffectRgbColorAdjust::BlueLevelL()
TReal32 | GreenLevelL | ( | ) | const [pure virtual] |
This must provide an implementation as defined by TEffectRgbColorAdjust::GreenLevelL()
TReal32 | RedLevelL | ( | ) | const [pure virtual] |
This must provide an implementation as defined by TEffectRgbColorAdjust::RedLevelL()
void | SetRGBLevelL | ( | TReal32 | aRedLevel, |
TReal32 | aGreenLevel, | |||
TReal32 | aBlueLevel | |||
) | [pure virtual] |
This must provide an implementation as defined by TEffectRgbColorAdjust::SetRGBLevelL(TReal32 aRedLevel, TReal32 aGreenLevel, TReal32 aBlueLevel)
TEffectRgbColorAdjust::SetRGBLevelL(TReal32 aRedLevel, TReal32 aGreenLevel, TReal32 aBlueLevel)
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.