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