#include <imageprocessor/imageprocessoreffect.h>
Link against: imageprocessor.lib
class ImageProcessor::TEffectStamp : public ImageProcessor::TEffect |
Public Member Functions | |
---|---|
IMPORT_C void | SetStampLevelL(TInt, TInt) |
IMPORT_C TInt | SmoothnessLevelL() |
IMPORT_C TInt | ThresholdLevelL() |
Inherited Enumerations | |
---|---|
ImageProcessor::TEffect:TEffectInputType |
The class provides functions to apply a rubber stamp effect. Result is a black/white image.
Specifies the smoothness and threshold level for the current stamp effect
Parameters | |
---|---|
aSmoothnessLevel | The smoothness level. Range (0) - (6), where 0.0 implies no adjustment. |
aThresholdLevel | The threshold level. Range (0) - (255), where 0.0 implies no adjustment. |
Leave Codes | |
---|---|
KErrNotReady | The effect is not active. |
KErrArgument | The smoothness or threshold level is not in the acceptable range. |
IMPORT_C TInt | SmoothnessLevelL | ( | ) | const |
Gets the smoothness level for the current stamp effect
IMPORT_C TInt | ThresholdLevelL | ( | ) | const |
Gets the threshold level for the current stamp effect