More TODOs.

This commit is contained in:
Pietro Gagliardi 2015-10-09 18:02:28 -04:00
parent 6dfbd71c52
commit f558319f18
1 changed files with 2 additions and 0 deletions

View File

@ -191,6 +191,8 @@ static void d2dColorToRGB(uint32_t color, double *r, double *g, double *b)
#define d2dWhite 0xFFFFFF #define d2dWhite 0xFFFFFF
#define d2dYellowGreen 0x9ACD32 #define d2dYellowGreen 0x9ACD32
#define d2dYellow 0xFFFF00 #define d2dYellow 0xFFFF00
// TODO this color appears wrong on Vista for some reason... either that or the gradients aren't working right
// TODO the gradients don't work on OS X
#define d2dForestGreen 0x228B22 #define d2dForestGreen 0x228B22
#define d2dOliveDrab 0x6B8E23 #define d2dOliveDrab 0x6B8E23
#define d2dLightSkyBlue 0x87CEFA #define d2dLightSkyBlue 0x87CEFA