PixelLightAPI
.
|
Image effect: Flip the image around the x axis. More...
#include <IEFlipXAxis.h>
Public Member Functions | |
virtual PLGRAPHICS_API bool | Apply (ImageBuffer &cBuffer) const override |
Apply effect to image buffer. |
Image effect: Flip the image around the x axis.
virtual PLGRAPHICS_API bool PLGraphics::IEFlipXAxis::Apply | ( | ImageBuffer & | cBuffer | ) | const [override, virtual] |
Apply effect to image buffer.
[in,out] | cBuffer | Image buffer |
Reimplemented from PLGraphics::ImageEffect.
|