22 #ifndef IMAGE_CODECS_RPZA_H 23 #define IMAGE_CODECS_RPZA_H 25 #include "graphics/pixelformat.h" 26 #include "graphics/palette.h" 27 #include "image/codecs/codec.h" 45 const byte *
getPalette()
override { _dirtyPalette =
false;
return _ditherPalette.data(); }
56 uint16 _width, _height;
57 uint16 _blockWidth, _blockHeight;
bool containsPalette() const override
Definition: rpza.h:44
Graphics::PixelFormat getPixelFormat() const override
Definition: rpza.h:42
const Graphics::Surface * decodeFrame(Common::SeekableReadStream &stream) override
const byte * getPalette() override
Definition: rpza.h:45
bool hasDirtyPalette() const override
Definition: rpza.h:46
void setDither(DitherType type, const byte *palette) override
bool canDither(DitherType type) const override
Simple class for handling a palette data.
Definition: palette.h:51
DitherType
Definition: codec.h:65
Definition: movie_decoder.h:32