ImageProcessor::TEffectBlur Class Reference

#include <imageprocessor/imageprocessoreffect.h>

Link against: imageprocessor.lib

class ImageProcessor::TEffectBlur : public ImageProcessor::TEffect

Inherits from

Detailed Description

The class provides functions to blur an area of the image.

Member Function Documentation

RectL ( )

IMPORT_C TRectRectL()const

Gets the current blur effect rectangle

Return Value
The rectangle to apply blur effect

SetRectL ( TRect )

IMPORT_C voidSetRectL(TRectaRect)

Specifies the rectangle for the current blur effect

Parameters
aRectThe blur effect rectangle. Set this parameter to NULL if the effect should be applied to the entire image.
Leave Codes
KErrNotReadyThe effect is not active.
KErrArgumentThe level is not in the TBlurLevel enumeration.