class ImageProcessor::TEffectSketch : public ImageProcessor::TEffect |
The class provides functions to create a sketched representation of an image.
Public Member Functions | |
---|---|
IMPORT_C void | SetSketchModeL(TSketchMode) |
IMPORT_C TSketchMode | SketchModeL() |
Private Member Functions | |
---|---|
TEffectSketch(Plugin::MEffect &, CImageProcessorImpl &) |
Public Member Enumerations | |
---|---|
enum | TSketchMode { ESketchModeGray, ESketchColor } |
Inherited Enumerations | |
---|---|
ImageProcessor::TEffect:TEffectInputType |
TEffectSketch | ( | Plugin::MEffect & | aEffect, |
CImageProcessorImpl & | aImageProcessorImpl | ||
) | [private] |
Plugin::MEffect & aEffect | |
CImageProcessorImpl & aImageProcessorImpl |
IMPORT_C void | SetSketchModeL | ( | TSketchMode | aLevel | ) |
Set the sketch mode.
leave
KErrNotReady The effect is not active.
leave
KErrArgument The mode is not in the TSketchMode enumeration.
TSketchMode aLevel | The sketch mode, ESketchModeGray or ESketchColor. |