| # | Line 35 | Line 35 | static int CLRCUBE[3][2] = {{0,NRED},{0,NGRN},{0,NBLU} | |
|---|---|---|
| 35 | #define MAXERR 20 | |
| 36 | /* define CLOSEST to get closest colors */ | |
| 37 | #ifndef CLOSEST | |
| 38 | – | #ifdef SPEED |
| 39 | – | #if SPEED > 8 |
| 38 | #define CLOSEST 1 /* this step takes a little longer */ | |
| 41 | – | #endif |
| 42 | – | #endif |
| 39 | #endif | |
| 40 | ||
| 41 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |