home *** CD-ROM | disk | FTP | other *** search
/ PC Format (UK): PC Tools Kit 7 / ToolKit.iso / wired / Auto5 / SKETCH.Z / Sketch.PAL < prev    next >
Encoding:
Text File  |  1998-01-08  |  5.0 KB  |  289 lines

  1. // AutoSketch Palette Definition file (Sketch.PAL)
  2. // Version 5.0 
  3. // Copyright 1993, 1994, 1997, 1998 by Autodesk, Inc.
  4. //
  5. // This is the default palette that is shipped with AutoSketch.  This palette 
  6. // should also be used when exporting as AutoCAD DWG or DXF for best results.
  7. //
  8. // Palette file format:
  9. //        R,G,B[, Name[, Parse]]
  10. //     where
  11. //        R    specifies the red component (from 0-255)
  12. //        G    specifies the green component (from 0-255)
  13. //        B    specifies the blue component (from 0-255)
  14. //        Name    (optional) specifies the name used to refer to this color
  15. //        Parse    (optional) specifies the parse rule used witin macros
  16. //
  17. // The R,G,B, values can be entered as decimal or hexadecimal values 
  18. //   (hexadecimal values should be preceeded by an "0x").
  19. // If no Name is specified, the row will be identified by "RGB(xx,xx,xx)".
  20. // If no Parse rule is specified, the Name (minus blanks) is used for the parse.
  21. //
  22. // The palette file consists of up-to 240 entries which define the 
  23. // colors which are available for pen and fill colors.  Additionally,
  24. // there are 16 stock colors which are always added to the palette.  
  25. // Eight are placed in the first index positions, and eight are placed
  26. // in the last positions.
  27. //
  28. // Top eight palette entries
  29. //    0x00, 0x00, 0x00,     Black,        bla*ck
  30. //    0xff, 0x00, 0x00,     Red,        red
  31. //    0x00, 0x00, 0xff,     Blue,        blu*e
  32. //    0xff, 0xff, 0x00,     Yellow,        yel*low
  33. //    0x00, 0xff, 0x00,     Green,        green
  34. //    0x00, 0xff, 0xff,     Cyan,        cyan
  35. //    0xff, 0x00, 0xff,     Magenta,    mag*enta
  36. //    0xff, 0xff, 0xff,     White,        whi*te
  37. //
  38. // Bottom eight palette entries
  39. //    0xc0, 0xc0, 0xc0,    Gray,        gray
  40. //    0x80, 0x00, 0x00,    Dark Red,    darkred|dred
  41. //    0x00, 0x00, 0x80,    Dark Blue,    darkblue|dblue
  42. //    0x80, 0x80, 0x00,    Dark Yellow,    darkyel*low|dyel
  43. //    0x00, 0x80, 0x00,    Dark Green,    darkgreen|dgreen
  44. //    0x00, 0x80, 0x80,    Dark Cyan,    darkcyan|dcyan
  45. //    0x80, 0x00, 0x80,    Dark Magenta,    darkmag*enta|dmag*enta
  46. //    0x80, 0x80, 0x80,    Dark Gray,    darkgray|dgray
  47. //
  48.  
  49. 255,  0,  0
  50. 255,128,128
  51. 166,  0,  0
  52. 166, 82, 82
  53. 128, 64, 64
  54.  74,  0,  0
  55.  74, 36, 36
  56.  36,  0,  0
  57.  36, 18, 18
  58. 255, 64,  0
  59. 255,158,128
  60. 166, 41,  0
  61. 166,102, 82
  62. 128, 31,  0
  63. 128, 79, 64
  64.  74, 18,  0
  65.  74, 46, 36
  66.  36,  8,  0
  67.  36, 23, 18
  68. 255,128,  0
  69. 255,191,128
  70. 166, 82,  0
  71. 166,122, 82
  72. 128, 64,  0
  73. 128, 94, 64
  74.  74, 36,  0
  75.  74, 56, 36
  76.  36, 18,  0
  77.  36, 28, 18
  78. 255,191,  0
  79. 255,222,128
  80. 166,122,  0
  81. 166,143, 82
  82. 128, 94,  0
  83. 128,110, 64
  84.  74, 56,  0
  85.  74, 66, 36
  86.  36, 28,  0
  87.  36, 33, 18
  88. 255,255,  0
  89. 255,255,128
  90. 166,166,  0
  91. 166,166, 82
  92. 128,128, 64
  93.  74, 74,  0
  94.  74, 74, 36
  95.  36, 36,  0
  96.  36, 36, 18
  97. 191,255,  0
  98. 222,255,128
  99. 122,166,  0
  100. 143,166, 82
  101.  94,128,  0
  102. 112,128, 64
  103.  56, 74,  0
  104.  66, 74, 36
  105.  28, 36,  0
  106.  33, 36, 18
  107. 128,255,  0
  108. 191,255,128
  109.  82,166,  0
  110. 122,166, 82
  111.  64,128,  0
  112.  94,128, 64
  113.  36, 74,  0
  114.  56, 74, 36
  115.  18, 36,  0
  116.  28, 36, 18
  117.  64,255,  0
  118. 158,255,128
  119.  41,166,  0
  120. 102,166, 82
  121.  31,128,  0
  122.  79,128, 64
  123.  18, 74,  0
  124.  46, 74, 36
  125.   8, 36,  0
  126.  23, 36, 18
  127.   0,255,  0
  128. 128,255,128
  129.   0,166,  0
  130.  82,166, 82
  131.  64,128, 64
  132.   0, 74,  0
  133.  36, 74, 36
  134.   0, 36,  0
  135.  18, 36, 18
  136.   0,255, 64
  137. 128,255,158
  138.   0,166, 41
  139.  82,166,102
  140.   0,128, 31
  141.  64,128, 79
  142.   0, 74, 18
  143.  36, 74, 46
  144.   0, 36,  8
  145.  18, 36, 23
  146.   0,255,128
  147. 128,255,191
  148.   0,166, 82
  149.  82,166,122
  150.   0,128, 64
  151.  64,128, 94
  152.   0, 74, 36
  153.  36, 74, 56
  154.   0, 36, 18
  155.  18, 36, 28
  156.   0,255,191
  157. 128,255,222
  158.   0,166,122
  159.  82,166,143
  160.   0,128, 94
  161.  64,128,110
  162.   0, 74, 56
  163.  36, 74, 66
  164.   0, 36, 28
  165.  18, 36, 33
  166.   0,255,255
  167. 128,255,255
  168.   0,166,166
  169.  82,166,166
  170.  64,128,128
  171.   0, 74, 74
  172.  36, 74, 74
  173.   0, 36, 36
  174.  18, 36, 36
  175.   0,191,255
  176. 128,222,255
  177.   0,122,166
  178.  82,143,166
  179.   0, 94,128
  180.  64,110,128
  181.   0, 56, 74
  182.  36, 66, 74
  183.   0, 28, 36
  184.  18, 33, 36
  185.   0,128,255
  186. 128,191,255
  187.   0, 82,166
  188.  82,122,166
  189.   0, 64,128
  190.  64, 94,128
  191.   0, 36, 74
  192.  36, 56, 74
  193.   0, 18, 36
  194.  18, 28, 36
  195.   0, 64,255
  196. 128,158,255
  197.   0, 41,166
  198.  82,102,166
  199.   0, 31,128
  200.  64, 79,128
  201.   0, 18, 74
  202.  36, 46, 74
  203.   0,  8, 36
  204.  18, 23, 36
  205.   0,  0,255
  206. 128,128,255
  207.   0,  0,166
  208.  82, 82,166
  209.  64, 64,128
  210.   0,  0, 74
  211.  36, 36, 74
  212.   0,  0, 36
  213.  18, 18, 36
  214.  64,  0,255
  215. 158,128,255
  216.  41,  0,166
  217. 102, 82,166
  218.  31,  0,128
  219.  79, 64,128
  220.  18,  0, 74
  221.  46, 36, 74
  222.   8,  0, 36
  223.  23, 18, 36
  224. 128,  0,255
  225. 191,128,255
  226.  82,  0,166
  227. 122, 82,166
  228.  64,  0,128
  229.  94, 64,128
  230.  36,  0, 74
  231.  56, 36, 74
  232.  18,  0, 36
  233.  28, 18, 36
  234. 191,  0,255
  235. 222,128,255
  236. 122,  0,166
  237. 143, 82,166
  238.  94,  0,128
  239. 110, 64,128
  240.  56,  0, 74
  241.  66, 36, 74
  242.  28,  0, 36
  243.  33, 18, 36
  244. 255,  0,255
  245. 255,128,255
  246. 166,  0,166
  247. 166, 82,166
  248. 128, 64,128
  249.  74,  0, 74
  250.  74, 36, 74
  251.  36,  0, 36
  252.  36, 18, 36
  253. 255,  0,191
  254. 255,128,222
  255. 166,  0,122
  256. 166, 82,143
  257. 128,  0, 94
  258. 128, 64,110
  259.  74,  0, 56
  260.  74, 36, 66
  261.  36,  0, 28
  262.  36, 18, 33
  263. 255,  0,128
  264. 255,128,191
  265. 166,  0, 82
  266. 166, 82,122
  267. 128,  0, 64
  268. 128, 64, 94
  269.  74,  0, 36
  270.  74, 36, 56
  271.  36,  0, 18
  272.  36, 18, 28
  273. 255,  0, 64
  274. 255,128,158
  275. 166,  0, 41
  276. 166, 82,102
  277. 128,  0, 31
  278. 128, 64, 79
  279.  74,  0, 18
  280.  74, 36, 46
  281.  36,  0,  8
  282.  36, 18, 23
  283.  84, 84, 84
  284. 117,117,117
  285. 150,150,150
  286. 186,186,186
  287. 219,219,219
  288. 255,255,255
  289.