ImageProcessor::TEffectBlur Class Reference
#include
<imageprocessor/imageprocessoreffect.h>
Link against: imageprocessor.lib
class ImageProcessor::TEffectBlur : public ImageProcessor::TEffect |
Inherits from
- ImageProcessor::TEffectBlur
Detailed Description
The class provides functions to blur an area of the image.
Member Function Documentation
RectL ( )
IMPORT_C TRect | RectL | ( | ) | const |
Gets the current blur effect rectangle
Returns: The rectangle to apply blur effect
SetRectL ( TRect )
IMPORT_C void | SetRectL | ( | TRect | aRect | ) | |
Specifies the rectangle for the current blur effect
-
leave
- KErrNotReady The effect is not active.
-
leave
- KErrArgument The level is not in the TBlurLevel enumeration.
Parameter | Description | aRect | The blur effect rectangle. Set this parameter to NULL if the effect should be applied to the entire image. |