- Redistribució de gràfics en diferents GIFs

This commit is contained in:
2023-06-07 12:20:18 +02:00
parent 2c52af98a1
commit a9e2b00c4d
11 changed files with 95 additions and 38 deletions

16
source/colors.h Normal file
View File

@@ -0,0 +1,16 @@
#pragma once
#define TRANSPARENT 0
#define INK 1
#define PAPER 2
#define LIGHT 8
#define BLACK 4
#define BLUE 5
#define RED 6
#define PURPLE 7
#define GREEN 8
#define TEAL 9
#define YELLOW 10
#define WHITE 11