Couple tweaks to Image

This commit is contained in:
Pk11
2021-08-26 21:01:59 -05:00
parent 4f6a0c579d
commit 118c9cc93d
2 changed files with 7 additions and 8 deletions
+2 -3
View File
@@ -72,13 +72,12 @@ public:
const std::vector<u8> &bitmap(void) const { return _bitmap; }
const std::vector<u16> &palette(void) const { return _palette; }
void changePaletteStart(u8 paletteStart);
void paletteStart(u8 paletteStart);
/**
* @brief Copies the palette into VRAM
* @param paletteStart Where to start the palette in VRAM
*/
void copyPalette(int paletteStart);
void copyPalette(void);
/**
* @brief Draws the image to a background layer, slower but can skip alpha, scale, and offset the palette