home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / x11 / x11r5.zoo / usr / lib / X11 / Xcms.txt
Encoding:
Text File  |  1993-12-01  |  2.4 KB  |  66 lines

  1. /*
  2.  * (c) Copyright 1990 1991 Tektronix Inc.
  3.  *     All Rights Reserved
  4.  *
  5.  * Permission to use, copy, modify, and distribute this software and its
  6.  * documentation for any purpose and without fee is hereby granted,
  7.  * provided that the above copyright notice appear in all copies and that
  8.  * both that copyright notice and this permission notice appear in
  9.  * supporting documentation, and that the name of Tektronix not be used
  10.  * in advertising or publicity pertaining to distribution of the software
  11.  * without specific, written prior permission.
  12.  *
  13.  * Tektronix disclaims all warranties with regard to this software, including
  14.  * all implied warranties of merchantability and fitness, in no event shall
  15.  * Tektronix be liable for any special, indirect or consequential damages or
  16.  * any damages whatsoever resulting from loss of use, data or profits,
  17.  * whether in an action of contract, negligence or other tortious action,
  18.  * arising out of or in connection with the use or performance of this
  19.  * software.
  20.  *
  21.  *
  22.  *    NAME
  23.  *        Xcms.txt
  24.  *
  25.  *    DESCRIPTION
  26.  *        Sample Color Name Database
  27.  *
  28.  */
  29.  
  30.  
  31. This device-independent color name database is provided just as an example.
  32. There are no claims that these color specifications are or should be bound
  33. to the corresponding color name.
  34.  
  35. As you can see, the start of the database is indicated by "XCMS_COLORDB_START".
  36. Anything before this is assumed to be comments.  The "0.1" indicates the
  37. version number of the format/syntax used in this file.  The color name is
  38. delimited from the color specification by one or more tabs.
  39.  
  40. AnK: black, white
  41.  
  42. XCMS_COLORDB_START 0.1
  43. black            CIEXYZ:0/0/0
  44. white            CIEXYZ:1/1/1
  45. red            CIEXYZ:0.371298/0.201443/0.059418
  46. green            CIEXYZ:0.321204/0.660070/0.159833
  47. blue            CIEXYZ:0.279962/0.160195/1.210705
  48. aquamarine        CIEXYZ:0.34672401/0.54832153/0.44658871
  49. cadet blue        CIEXYZ:0.22601070/0.28905571/0.47233452
  50. cornflower blue        CIEXYZ:0.05658276/0.04476296/0.17063955
  51. navy blue        CIEXYZ:0.06713718/0.03366278/0.31293880
  52. navy            CIEXYZ:0.06713718/0.03366278/0.31293880
  53. brown            CIEXYZ:0.08443233/0.06011398/0.01840693
  54. gray0            TekHVC:0.0/0.0/0.0
  55. gray10            TekHVC:0.0/10.0/0.0
  56. gray20            TekHVC:0.0/20.0/0.0
  57. gray30            TekHVC:0.0/30.0/0.0
  58. gray40            TekHVC:0.0/40.0/0.0
  59. gray50            TekHVC:0.0/50.0/0.0
  60. gray60            TekHVC:0.0/60.0/0.0
  61. gray70            TekHVC:0.0/70.0/0.0
  62. gray80            TekHVC:0.0/80.0/0.0
  63. gray90            TekHVC:0.0/90.0/0.0
  64. gray100            TekHVC:0.0/100.0/0.0
  65. XCMS_COLORDB_END
  66.