class ImageProcessor::Plugin::MEffectWhiteBalance : public ImageProcessor::Plugin::MEffect |
Plugin API for the whitebalance effect. The TEffectWhiteBalance uses this interface class to get access to the image prosessor plugin effect. Once this has been constructed, calls to method functions of TEffectWhiteBalance are passed verbatim to this interface. For further description of required functionality, see TEffectWhiteBalance.
Public Member Functions | |
---|---|
TRgb | ReferenceWhiteColorL() |
void | SetWhiteBalanceL(TEffectWhiteBalance::TWhiteBalanceMode, TRgb) |
TEffectWhiteBalance::TWhiteBalanceMode | WhiteBalanceModeL() |
TRgb | ReferenceWhiteColorL | ( | ) | const [pure virtual] |
This must provide an implementation as defined by TEffectWhiteBalance::ReferenceWhiteColorL()
void | SetWhiteBalanceL | ( | TEffectWhiteBalance::TWhiteBalanceMode | aWhiteBalanceMode, |
TRgb | aReferenceWhiteColor | |||
) | [pure virtual] |
This must provide an implementation as defined by TEffectWhiteBalance::SetWhiteBalanceL(TRgb aRgb)
TEffectWhiteBalance::TWhiteBalanceMode aWhiteBalanceMode | |
TRgb aReferenceWhiteColor |
TEffectWhiteBalance::TWhiteBalanceMode | WhiteBalanceModeL | ( | ) | const [pure virtual] |
This must provide an implementation as defined by TEffectWhiteBalance::BalanceModeL()
TEffectWhiteBalance::BalanceModeL()
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.