ImageProcessor::TEffectSketch Class Reference
#include
<imageprocessor/imageprocessoreffect.h>
Link against: imageprocessor.lib
class ImageProcessor::TEffectSketch : public ImageProcessor::TEffect |
Inherits from
- ImageProcessor::TEffectSketch
Detailed Description
The class provides functions to create a sketched representation of an image.
Member Enumeration Documentation
Enum TSketchMode
Parameters to control the sketch mode.
Enumerator | Value | Description |
---|
ESketchModeGray | |
Sketch the image in gray, which is the default mode
|
ESketchColor | |
Sketch the image in color.
|
Member Function Documentation
SetSketchModeL ( TSketchMode )
Set the sketch mode.
-
leave
- KErrNotReady The effect is not active.
-
leave
- KErrArgument The mode is not in the TSketchMode enumeration.
Parameter | Description | aLevel | The sketch mode, ESketchModeGray or ESketchColor. |
SketchModeL ( )
Get the current sketch mode