#include <imageprocessor/imageprocessoreffect.h>
Link against: imageprocessor.lib
| class ImageProcessor::TEffectCartoon : public ImageProcessor::TEffect |
| Public Member Functions | |
|---|---|
| IMPORT_C TBool | DistinctEdgesL() |
| IMPORT_C void | SetDistinctEdgesL(TBool) |
| Inherited Enumerations | |
|---|---|
| ImageProcessor::TEffect:TEffectInputType | |
The class provides functions to transform an image to typical cartoon graphics style.
| IMPORT_C TBool | DistinctEdgesL | ( | ) | const |
Return whether the cartoon effect has distinct edges.
| IMPORT_C void | SetDistinctEdgesL | ( | TBool | aDistinctEdges | ) |
Specifies if the current cartoon effect should have distinct edges.
| Parameters | |
|---|---|
| aDistinctEdges | If set to ETrue all detected edges in the image are rendered distinctively, if EFalse edges are ignored. |
| Leave Codes | |
|---|---|
| KErrNotReady | The effect is not active. |