ImageProcessor::TEffectCartoon Class Reference

class ImageProcessor::TEffectCartoon : public ImageProcessor::TEffect

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

Inherits from

Constructor & Destructor Documentation

TEffectCartoon(Plugin::MEffect &, CImageProcessorImpl &)

TEffectCartoon(Plugin::MEffect &aEffect,
CImageProcessorImpl &aImageProcessorImpl
)[private]

Parameters

Plugin::MEffect & aEffect
CImageProcessorImpl & aImageProcessorImpl

Member Functions Documentation

DistinctEdgesL()

IMPORT_C TBoolDistinctEdgesL()const

Return whether the cartoon effect has distinct edges.

SetDistinctEdgesL(TBool)

IMPORT_C voidSetDistinctEdgesL(TBoolaDistinctEdges)

Specifies if the current cartoon effect should have distinct edges.

leave
KErrNotReady The effect is not active.

Parameters

TBool aDistinctEdgesIf set to ETrue all detected edges in the image are rendered distinctively, if EFalse edges are ignored.