diff options
Diffstat (limited to 'converter/ppm/autocad.h')
-rw-r--r-- | converter/ppm/autocad.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/ppm/autocad.h b/converter/ppm/autocad.h index 3005782b..ef82cf6f 100644 --- a/converter/ppm/autocad.h +++ b/converter/ppm/autocad.h @@ -56,7 +56,7 @@ static unsigned char acadcol[256][3] = { {76, 38, 66}, {38, 0, 28}, {38, 19, 33}, {255, 0, 127}, {255, 127, 191}, {165, 0, 82}, {165, 82, 124}, {127, 0, 63}, {127, 63, 95}, {76, 0, 38}, {76, 38, 57}, {38, 0, 19}, {38, 19, 28}, {255, 0, 63}, {255, 127, 159}, - {165, 0, 41}, {165, 82, 103}, {127, 0, 31}, {127, 63, 79}, {76, 0, 19}, + {165, 0, 41}, {165, 82, 103}, {127, 0, 31}, {127, 63, 79}, {76, 0, 19}, {76, 38, 47}, {38, 0, 9}, {38, 19, 23}, {84, 84, 84}, {118, 118, 118}, {152, 152, 152}, {186, 186, 186}, {220, 220, 220}, {255, 255, 255} }; |