class ImageProcessor::Plugin::MEffectSpotLight : public ImageProcessor::Plugin::MEffect |
Plugin API for the spotlight effect. The TEffectSpotlight uses this interface class to get access to the image prosessor plugin effect. Once this has been constructed, calls to method functions of TEffectSpotlight are passed verbatim to this interface. For further description of required functionality, see TEffectSpotlight.
TEffectSpotlight
Public Member Functions | |
---|---|
void | SetSpotLightOrientationL (const TPoint &, TUint32 , TReal32 ) |
void | SpotLightOrientationL ( TPoint &, TUint32 &, TReal32 &) |
void | SetSpotLightOrientationL | ( | const TPoint & | aPosition, |
TUint32 | aRadius, | |||
TReal32 | aTransitionSize | |||
) | [pure virtual] |
This must provide an implementation as defined by TEffectSpotlight::SetSpotLightOrientationL(const TPoint& aPosition, TUint32 aRadius, TReal32 aTransitionSize)
TEffectSpotlight::SetSpotLightOrientationL(const TPoint& aPosition, TUint32 aRadius, TReal32 aTransitionSize)
void | SpotLightOrientationL | ( | TPoint & | aPosition, |
TUint32 & | aRadius, | |||
TReal32 & | aTransitionSize | |||
) | const [pure virtual] |
This must provide an implementation as defined by TEffectSpotlight::SpotLightOrientationL(TPoint &aPosition, TUint32& aRadius, TReal32& aTransitionSize)
TEffectSpotlight::SpotLightOrientationL(TPoint &aPosition, TUint32& aRadius, TReal32& aTransitionSize)
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.