class ImageProcessor::Plugin::MEffectColorization : public ImageProcessor::Plugin::MEffect |
Plugin API for the colorization photoart effect. The TEffectColorization uses this interface class to get access to the image prosessor plugin effect. Once this has been constructed, calls to method functions of TEffectColorization are passed verbatim to this interface. For further description of required functionality, see TEffectColorization.
Public Member Functions | |
---|---|
TInt | ChrominanceStrengthL() |
TInt | LuminanceStrengthL() |
TRgb | ReferenceColorL() |
void | SetColorizationL(TRgb, TInt, TInt) |
TInt | ChrominanceStrengthL | ( | ) | const [pure virtual] |
This must provide an implementation as defined by TEffectColorization::ChrominanceStrengthL()
TInt | LuminanceStrengthL | ( | ) | const [pure virtual] |
This must provide an implementation as defined by TEffectColorization::LuminanceStrengthL()
TRgb | ReferenceColorL | ( | ) | const [pure virtual] |
This must provide an implementation as defined by TEffectColorization::RgbL()
void | SetColorizationL | ( | TRgb | aReferenceColor, |
TInt | aLuminanceStrength, | |||
TInt | aChrominanceStrength | |||
) | [pure virtual] |
This must provide an implementation as defined by TEffectColorization::SetColorizationLevelL(TRgb aRgb, TInt aLuminanceStrength, TInt aChrominanceStrength)
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.