1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 04:23:20 +01:00

Clean up translucent palettes

This commit is contained in:
Marijn van der Werf
2016-11-10 13:20:47 +01:00
parent 06b128bac7
commit bb615c60ee
6 changed files with 241 additions and 286 deletions

View File

@@ -73,6 +73,7 @@ enum {
#define COLOUR_FLAG_8 (1 << 8)
#define TRANSLUCENT(x) ((x) | COLOUR_FLAG_TRANSLUCENT)
#define NOT_TRANSLUCENT(x) ((x) & ~COLOUR_FLAG_TRANSLUCENT)
#define BASE_COLOUR(x) ((x) & 0x1F)
#define NUM_COLOURS 32