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 TBool DistinctEdgesL ( ) const

Return whether the cartoon effect has distinct edges.

SetDistinctEdgesL(TBool)

IMPORT_C void SetDistinctEdgesL ( TBool aDistinctEdges )

Specifies if the current cartoon effect should have distinct edges.

leave
KErrNotReady The effect is not active.

Parameters

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