ImageProcessor::TEffectCartoon Class Reference

#include <imageprocessor/imageprocessoreffect.h>

Link against: imageprocessor.lib

class ImageProcessor::TEffectCartoon : public ImageProcessor::TEffect

Inherits from

Detailed Description

The class provides functions to transform an image to typical cartoon graphics style.

Member Function Documentation

DistinctEdgesL ( )

IMPORT_C TBoolDistinctEdgesL()const

Return whether the cartoon effect has distinct edges.

Return Value
ETrue if all detected edges in the image are rendered distinctively

SetDistinctEdgesL ( TBool )

IMPORT_C voidSetDistinctEdgesL(TBoolaDistinctEdges)

Specifies if the current cartoon effect should have distinct edges.

Parameters
aDistinctEdgesIf set to ETrue all detected edges in the image are rendered distinctively, if EFalse edges are ignored.
Leave Codes
KErrNotReadyThe effect is not active.