rgbgfx: Add an option to take the CGB's color profile into account

This commit is contained in:
Jakub Kądziołka
2019-08-20 14:15:07 +02:00
parent b8d5dd1824
commit 91984cb7e7
4 changed files with 50 additions and 5 deletions

View File

@@ -23,6 +23,7 @@ struct Options {
bool horizontal;
bool mirror;
bool unique;
bool colorcurve;
int trim;
char *tilemapfile;
bool tilemapout;