#include <imageprocessor/imageprocessoreffect.h>
Link against: imageprocessor.lib
| class ImageProcessor::TEffectBlur : public ImageProcessor::TEffect |
| Public Member Functions | |
|---|---|
| IMPORT_C TRect | RectL() |
| IMPORT_C void | SetRectL(TRect) |
| Inherited Enumerations | |
|---|---|
| ImageProcessor::TEffect:TEffectInputType | |
The class provides functions to blur an area of the image.
| IMPORT_C TRect | RectL | ( | ) | const |
Gets the current blur effect rectangle
| IMPORT_C void | SetRectL | ( | TRect | aRect | ) |
Specifies the rectangle for the current blur effect
| Parameters | |
|---|---|
| aRect | The blur effect rectangle. Set this parameter to NULL if the effect should be applied to the entire image. |
| Leave Codes | |
|---|---|
| KErrNotReady | The effect is not active. |
| KErrArgument | The level is not in the TBlurLevel enumeration. |