PixelLightAPI
.
|
Image effect: Convert data and color type of an image. More...
#include <IEConvert.h>
Public Member Functions | |
virtual PLGRAPHICS_API bool | Apply (ImageBuffer &cBuffer) const override |
Apply effect to image buffer. |
Image effect: Convert data and color type of an image.
virtual PLGRAPHICS_API bool PLGraphics::IEConvert::Apply | ( | ImageBuffer & | cBuffer | ) | const [override, virtual] |
Apply effect to image buffer.
[in,out] | cBuffer | Image buffer |
Reimplemented from PLGraphics::ImageEffect.
|