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

Returns: The rectangle to apply blur effect

SetRectL ( TRect )

IMPORT_C voidSetRectL(TRectaRect)

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.
ParameterDescription
aRectThe blur effect rectangle. Set this parameter to NULL if the effect should be applied to the entire image.