- [NEW] Ara draw::draw() pot fer stretch (zoom)

This commit is contained in:
2024-07-05 18:02:40 +02:00
parent 0cee2e3c36
commit 40a531f8b5
2 changed files with 14 additions and 8 deletions

View File

@@ -95,7 +95,7 @@ namespace draw
/// @param sx coordenada x de l'oritge
/// @param sy coordenada y de l'oritge
/// @param flip si s'ha de fer flip en hortizontal o vertical (o ambdos)
void draw(const int dx, const int dy, const int w, const int h, const int sx, const int sy, const int flip = DRAW_FLIP_NONE);
void draw(const int dx, const int dy, const int w, const int h, const int sx, const int sy, const int flip = DRAW_FLIP_NONE, int dw=0, int dh=0);
void swapcol(const uint8_t c1, const uint8_t c2);
void restorecol(const uint8_t c);