This commit is contained in:
golem galvanize
2018-02-14 20:45:27 -05:00
parent e1bd37dca9
commit c3c30417ef
2 changed files with 69 additions and 46 deletions

View File

@@ -12,5 +12,6 @@
#define RGB_YELLOW RGB(31, 31, 0)
#define RGB_MAGENTA RGB(31, 0, 31)
#define RGB_CYAN RGB(0, 31, 31)
#define RGB_WHITEALPHA RGB_WHITE | 0x8000
#endif // GUARD_RGB_H