| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/image/paletteimage2rgb.h>

Public Member Functions | |
| PaletteImage2RGB () | |
| Converts paletteimages to GB. | |
| virtual Image * | manipulate (Image *) |
| virtual Image * | manipulate (Image *source, Image *target) |
| VRS_TYPEINFO (PaletteImage2RGB, ImageManipulator) | |
| VRS::PaletteImage2RGB::PaletteImage2RGB | ( | ) |
Converts paletteimages to GB.
The image operation is executed for the given image, i.e., the result of the image operation is stored in that image, too. A temporal buffer might be necessary to perform the image operation. The handle of the given image is returned.
Reimplemented from VRS::ImageManipulator.
'target' must be a 3 layer image and 'source' must be a PaletteImage.
Implements VRS::ImageManipulator.
| VRS::PaletteImage2RGB::VRS_TYPEINFO | ( | PaletteImage2RGB | , | |
| ImageManipulator | ||||
| ) |