home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / vos2-121.zip / v / iconed / palett.vbm < prev    next >
Text File  |  1998-07-03  |  2KB  |  36 lines

  1. //vbm8
  2. #define palett_depth 8
  3. #define palett_width 32
  4. #define palett_height 20
  5. static unsigned char palett_bits[] = {
  6. 7,
  7. 0,0,0,
  8. 255,255,255,
  9. 255,0,0,
  10. 0,255,0,
  11. 0,0,255,
  12. 255,255,0,
  13. 127,127,127,
  14. 191,191,191,
  15. 7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,
  16. 7,7,7,7,7,7,7,7,7,0,0,0,0,0,0,0,0,0,0,0,0,7,7,7,7,7,7,7,7,7,7,7,
  17. 7,7,7,7,7,7,0,0,0,6,6,6,6,6,6,6,6,6,6,6,6,0,0,0,7,7,7,7,7,7,7,7,
  18. 7,7,7,7,7,0,6,6,6,6,6,6,6,6,6,6,3,3,3,6,6,6,6,6,0,0,7,7,7,7,7,7,
  19. 7,7,7,7,0,6,6,6,6,6,2,2,2,6,6,3,3,3,3,3,6,6,6,6,6,6,0,7,7,7,7,7,
  20. 7,7,7,7,0,6,6,6,6,2,2,2,2,2,6,6,3,3,3,6,6,6,4,4,4,6,6,0,7,7,7,7,
  21. 7,7,7,0,6,6,6,6,6,6,2,2,2,6,6,6,6,6,6,6,6,4,4,4,4,4,6,6,0,7,7,7,
  22. 7,7,7,0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,4,4,4,6,6,6,6,0,7,7,
  23. 7,7,7,7,0,0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,0,7,
  24. 7,7,7,7,7,7,0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,1,1,1,6,6,0,7,
  25. 7,7,7,7,7,7,7,0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,1,1,1,1,1,6,0,7,
  26. 7,7,7,7,7,7,0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,1,1,1,6,6,0,7,
  27. 7,7,7,7,7,0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,0,0,0,6,6,6,6,6,6,6,0,7,
  28. 7,7,7,7,0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,0,0,0,0,0,6,6,6,6,6,0,7,7,
  29. 7,7,7,7,0,6,6,6,6,6,6,6,6,6,5,5,5,6,6,6,0,0,0,6,6,6,6,6,0,7,7,7,
  30. 7,7,7,7,7,0,6,6,6,6,6,6,6,5,5,5,5,5,6,6,6,6,6,6,6,6,0,0,7,7,7,7,
  31. 7,7,7,7,7,7,0,0,6,6,6,6,6,6,5,5,5,6,6,6,6,6,6,0,0,0,7,7,7,7,7,7,
  32. 7,7,7,7,7,7,7,7,0,0,0,0,6,6,6,6,6,6,6,0,0,0,0,7,7,7,7,7,7,7,7,7,
  33. 7,7,7,7,7,7,7,7,7,7,7,7,0,0,0,0,0,0,0,7,7,7,7,7,7,7,7,7,7,7,7,7,
  34. 7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7
  35. };
  36.