home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / program / lynxlib / colsw.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-10-23  |  223 b   |  7 lines

  1. /*
  2. An PAL_TRANS is a translation table for colsw().  If newpal is the
  3. PAL_TRANS & pal is the PALETTE, then pal[newpal[n]] = pal[n].  In
  4. other words, color n is transferred to newpal[n].
  5. */
  6. typedef BYTE PAL_TRANS[16];
  7.