ImageProcessor::TEffectCartoon Class Reference
#include
<imageprocessor/imageprocessoreffect.h>
Link against: imageprocessor.lib
class ImageProcessor::TEffectCartoon : public ImageProcessor::TEffect |
Inherits from
- ImageProcessor::TEffectCartoon
Detailed Description
The class provides functions to transform an image to typical cartoon graphics style.
Member Function Documentation
DistinctEdgesL ( )
IMPORT_C TBool | DistinctEdgesL | ( | ) | const |
Return whether the cartoon effect has distinct edges.
Returns: ETrue if all detected edges in the image are rendered distinctively
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.
Parameter | Description | aDistinctEdges | If set to ETrue all detected edges in the image are rendered distinctively, if EFalse edges are ignored. |