| class ImageProcessor::TEffectSpotLight : public ImageProcessor::TEffect |
The class provides functions to create a spotlight on an image.
| Public Member Functions | |
|---|---|
| IMPORT_C void | SetSpotLightOrientationL(const TPoint &, TUint32, TReal32) |
| IMPORT_C void | SpotLightOrientationL(TPoint &, TUint32 &, TReal32 &) |
| Private Member Functions | |
|---|---|
| TEffectSpotLight(Plugin::MEffect &, CImageProcessorImpl &) | |
| Inherited Enumerations | |
|---|---|
| ImageProcessor::TEffect:TEffectInputType | |
| TEffectSpotLight | ( | Plugin::MEffect & | aEffect, |
| CImageProcessorImpl & | aImageProcessorImpl | ||
| ) | [private] | ||
| Plugin::MEffect & aEffect | |
| CImageProcessorImpl & aImageProcessorImpl |
| IMPORT_C void | SetSpotLightOrientationL | ( | const TPoint & | aPosition, |
| TUint32 | aRadius, | |||
| TReal32 | aTransitionSize | |||
| ) | ||||
Specifies the current spotlight orientation.
leave
KErrNotReady The effect is not active.
leave
KErrArgument The level is not in the acceptable range.