home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume5 / tron / part02 / grey_maps.h next >
Encoding:
C/C++ Source or Header  |  1989-11-21  |  1.8 KB  |  56 lines

  1. #define grey0_width 16
  2. #define grey0_height 16
  3. static short grey0_bits[] = {
  4.    0x0000, 0x0000, 0x0000, 0x0000,
  5.    0x0000, 0x0000, 0x0000, 0x0000,
  6.    0x0000, 0x0000, 0x0000, 0x0000,
  7.    0x0000, 0x0000, 0x0000, 0x0000};
  8. #define grey1_width 16
  9. #define grey1_height 16
  10. static short grey1_bits[] = {
  11.    0x9249, 0x4924, 0x2492, 0x9249,
  12.    0x4924, 0x2492, 0x9249, 0x4924,
  13.    0x2492, 0x9249, 0x4924, 0x2492,
  14.    0x9249, 0x4924, 0x2492, 0x9249};
  15. #define grey2_width 16
  16. #define grey2_height 16
  17. static short grey2_bits[] = {
  18.    0x6db6, 0xb6db, 0xdb6d, 0x6db6,
  19.    0xb6db, 0xdb6d, 0x6db6, 0xb6db,
  20.    0xdb6d, 0x6db6, 0xb6db, 0xdb6d,
  21.    0x6db6, 0xb6db, 0xdb6d, 0x6db6};
  22. #define grey3_width 16
  23. #define grey3_height 16
  24. static short grey3_bits[] = {
  25.    0x3333, 0x3333, 0xcccc, 0xcccc,
  26.    0x3333, 0x3333, 0xcccc, 0xcccc,
  27.    0x3333, 0x3333, 0xcccc, 0xcccc,
  28.    0x3333, 0x3333, 0xcccc, 0xcccc};
  29. #define grey4_width 16
  30. #define grey4_height 16
  31. static short grey4_bits[] = {
  32.    0x9249, 0x2492, 0x4924, 0x9249,
  33.    0x2492, 0x4924, 0x9249, 0x2492,
  34.    0x4924, 0x9249, 0x2492, 0x4924,
  35.    0x9249, 0x2492, 0x4924, 0x9249};
  36. #define grey5_width 16
  37. #define grey5_height 16
  38. static short grey5_bits[] = {
  39.    0x5555, 0xaaaa, 0x5555, 0xaaaa,
  40.    0x5555, 0xaaaa, 0x5555, 0xaaaa,
  41.    0x5555, 0xaaaa, 0x5555, 0xaaaa,
  42.    0x5555, 0xaaaa, 0x5555, 0xaaaa};
  43. #define grey6_width 16
  44. #define grey6_height 16
  45. static short grey6_bits[] = {
  46.    0xeeee, 0xbbbb, 0xeeee, 0xbbbb,
  47.    0xeeee, 0xbbbb, 0xeeee, 0xbbbb,
  48.    0xeeee, 0xbbbb, 0xeeee, 0xbbbb,
  49.    0xeeee, 0xbbbb, 0xeeee, 0xbbbb};
  50. #define grey7_width 16
  51. #define grey7_height 16
  52. static char grey7_bits[] = {
  53.    0xd6, 0x5a, 0x29, 0xa5, 0xd6, 0x5a, 0xd6, 0x5a, 0x29, 0xa5, 0xd6, 0x5a,
  54.    0xd6, 0x5a, 0x29, 0xa5, 0xd6, 0x5a, 0xd6, 0x5a, 0x29, 0xa5, 0xd6, 0x5a,
  55.    0xd6, 0x5a, 0x29, 0xa5, 0xd6, 0x5a, 0xd6, 0x5a};
  56.