Figure 3

/* CoLor values are used with _setbkcolor in
   graphics modes and also by _remappalette
   and_remapallpalette. ALso known as palette
   colors. Not to be confused with color indices
   (aka. color attributes). */

/* universal color values (all color modes): */
#define _BLACK            0x000000L
#define _BLUE             0x2a0000L
#define _GREEN            0x002a00L
#define _CYAN             0x2a2a00L
#define _RED              0x00002aL
#define _MAGENTA          0x2a002aL
#define _BROWN            0x00152aL
#define _WHITE            0x2a2a2aL
#define _GRAY             0x151515L
#define _LIGHTBLUE        0x3F1515L
#define _LIGHTGREEN       0x153f15L
define  _LIGHTCYAN        0x3f3fl5L
#define _LIGHTRED         0x15153fL
#define _LIGHTMAGENTA     0x3f153fL
#define _YELLOW           0x153f3fL
#define _BRIGHTWHITE      0x3f3f3fL