ImageProcessor::TEffectLevels Class Reference
class ImageProcessor::TEffectLevels : public ImageProcessor::TEffect
|
The class provides functions to apply white, gray and black level adjustment to an image.
Inherits from
-
ImageProcessor::TEffectLevels
Constructor & Destructor Documentation
TEffectLevels(Plugin::MEffect &, CImageProcessorImpl &)
Member Functions Documentation
BlackLevelL()
IMPORT_C
TReal32
|
BlackLevelL
|
(
|
)
|
const
|
Gets the current dark saturating value.
GrayLevelL()
IMPORT_C
TReal32
|
GrayLevelL
|
(
|
)
|
const
|
Gets the current middle gray value.
SetWGBLevelL(TReal32, TReal32, TReal32)
Specifies the white/gray/black level.
-
leave
-
KErrNotReady The effect is not active.
-
leave
-
KErrArgument The aWhiteLevel or aGrayLevel or aBlackLevel mode is not in the acceptable range.
Parameters
TReal32
aWhiteLevel
|
The position of the bright saturating point. Range (0.0) - (1.0).
|
TReal32
aGrayLevel
|
The relative position of the middle gray point. Range (0.0) - (1.0).
|
TReal32
aBlackLevel
|
The position of the dark saturating point. Range (0.0) - (1.0).
|
WhiteLevelL()
IMPORT_C
TReal32
|
WhiteLevelL
|
(
|
)
|
const
|
Gets the current bright saturating value.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.