ImageProcessor::Plugin::MEffectRgbColorAdjust Class Reference

class ImageProcessor::Plugin::MEffectRgbColorAdjust : public ImageProcessor::Plugin::MEffect

Plugin API for the rgbcoloradjust photoart effect. The TEffectRgbColorAdjust uses this interface class to get access to the image prosessor plugin effect. Once this has been constructed, calls to method functions of TEffectRgbColorAdjust are passed verbatim to this interface. For further description of required functionality, see TEffectRgbColorAdjust .

TEffectRgbColorAdjust

Inherits from

Member Functions Documentation

BlueLevelL()

TReal32 BlueLevelL ( ) const [pure virtual]

GreenLevelL()

TReal32 GreenLevelL ( ) const [pure virtual]

RedLevelL()

TReal32 RedLevelL ( ) const [pure virtual]

This must provide an implementation as defined by TEffectRgbColorAdjust::RedLevelL()

TEffectRgbColorAdjust::RedLevelL()

SetRGBLevelL(TReal32, TReal32, TReal32)

void SetRGBLevelL ( TReal32 aRedLevel,
TReal32 aGreenLevel,
TReal32 aBlueLevel
) [pure virtual]

Parameters

TReal32 aRedLevel
TReal32 aGreenLevel
TReal32 aBlueLevel