#include <imageprocessor/imageprocessoreffect.h>
Link against: imageprocessor.lib
class ImageProcessor::TEffectSketch : public ImageProcessor::TEffect |
Public Member Enumerations | |
---|---|
enum | TSketchMode { ESketchModeGray, ESketchColor } |
Public Member Functions | |
---|---|
IMPORT_C void | SetSketchModeL(TSketchMode) |
IMPORT_C TSketchMode | SketchModeL() |
Inherited Enumerations | |
---|---|
ImageProcessor::TEffect:TEffectInputType |
The class provides functions to create a sketched representation of an image.
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. |
IMPORT_C void | SetSketchModeL | ( | TSketchMode | aLevel | ) |
Set the sketch mode.
Parameters | |
---|---|
aLevel | The sketch mode, ESketchModeGray or ESketchColor. |
Leave Codes | |
---|---|
KErrNotReady | The effect is not active. |
KErrArgument | The mode is not in the TSketchMode enumeration. |