make darkgray *really* dark gray, i.e. darker than gray

This commit is contained in:
Axel Kohlmeyer
2023-08-15 06:09:34 -04:00
parent 4e604c2ccd
commit cd9a5f8d8c

View File

@ -1384,7 +1384,7 @@ double *Image::color2rgb(const char *color, int index)
{0/255.0, 0/255.0, 139/255.0},
{0/255.0, 139/255.0, 139/255.0},
{184/255.0, 134/255.0, 11/255.0},
{169/255.0, 169/255.0, 169/255.0},
{69/255.0, 69/255.0, 69/255.0},
{0/255.0, 100/255.0, 0/255.0},
{189/255.0, 183/255.0, 107/255.0},
{139/255.0, 0/255.0, 139/255.0},