PixelLightAPI
.
|
Abstract image effect base class. More...
#include <ImageEffect.h>
Public Member Functions | |
virtual bool | Apply (Image &cImage) const |
Apply effect to image. | |
virtual bool | Apply (ImagePart &cPart) const |
Apply effect to image part. | |
virtual bool | Apply (ImageBuffer &cBuffer) const |
Apply effect to image buffer. |
Abstract image effect base class.
virtual bool PLGraphics::ImageEffect::Apply | ( | Image & | cImage | ) | const [virtual] |
Apply effect to image.
[in,out] | cImage | Image |
Reimplemented in PLGraphics::IEScale, and PLGraphics::ImageEffectWrapper.
virtual bool PLGraphics::ImageEffect::Apply | ( | ImagePart & | cPart | ) | const [virtual] |
Apply effect to image part.
[in,out] | cPart | Image part |
Reimplemented in PLGraphics::ImageEffectWrapper.
virtual bool PLGraphics::ImageEffect::Apply | ( | ImageBuffer & | cBuffer | ) | const [virtual] |
Apply effect to image buffer.
[in,out] | cBuffer | Image buffer |
Reimplemented in PLGraphics::IEScale, PLGraphics::IEColorKey, PLGraphics::ImageEffectWrapper, PLGraphics::IEConvert, PLGraphics::IEMonochrome, PLGraphics::IEFilter, PLGraphics::IEFlipXAxis, PLGraphics::IEFlipYAxis, and PLGraphics::IERemovePalette.
|