31 #ifndef SWORD25_STATIC_BITMAP_H 32 #define SWORD25_STATIC_BITMAP_H 34 #include "sword25/kernel/common.h" 35 #include "sword25/gfx/bitmap.h" 52 uint
getPixel(
int x,
int y)
const override;
54 bool setContent(
const byte *pixeldata, uint size, uint offset, uint stride)
override;
56 bool isScalingAllowed()
const override;
57 bool isAlphaAllowed()
const override;
58 bool isColorModulationAllowed()
const override;
59 bool isSetContentAllowed()
const override {
uint getPixel(int x, int y) const override
Liest einen Pixel des Bildes.
Definition: renderobjectptr.h:46
Definition: microtiles.h:38
bool doRender(RectangleList *updateRects) override
Einschubmethode, die den tatsächlichen Redervorgang durchführt.
Dieses ist die Klasse die sämtliche sichtbaren Objekte beschreibt.
Definition: renderobject.h:72
bool setContent(const byte *pixeldata, uint size, uint offset, uint stride) override
Füllt den Inhalt des Bildes mit Pixeldaten.
Definition: staticbitmap.h:39
Definition: outputpersistenceblock.h:39