jpayne@68
|
1 /*
|
jpayne@68
|
2 * (c) Copyright 1990 1991 Tektronix Inc.
|
jpayne@68
|
3 * All Rights Reserved
|
jpayne@68
|
4 *
|
jpayne@68
|
5 * Permission to use, copy, modify, and distribute this software and its
|
jpayne@68
|
6 * documentation for any purpose and without fee is hereby granted,
|
jpayne@68
|
7 * provided that the above copyright notice appear in all copies and that
|
jpayne@68
|
8 * both that copyright notice and this permission notice appear in
|
jpayne@68
|
9 * supporting documentation, and that the name of Tektronix not be used
|
jpayne@68
|
10 * in advertising or publicity pertaining to distribution of the software
|
jpayne@68
|
11 * without specific, written prior permission.
|
jpayne@68
|
12 *
|
jpayne@68
|
13 * Tektronix disclaims all warranties with regard to this software, including
|
jpayne@68
|
14 * all implied warranties of merchantability and fitness, in no event shall
|
jpayne@68
|
15 * Tektronix be liable for any special, indirect or consequential damages or
|
jpayne@68
|
16 * any damages whatsoever resulting from loss of use, data or profits,
|
jpayne@68
|
17 * whether in an action of contract, negligence or other tortious action,
|
jpayne@68
|
18 * arising out of or in connection with the use or performance of this
|
jpayne@68
|
19 * software.
|
jpayne@68
|
20 *
|
jpayne@68
|
21 *
|
jpayne@68
|
22 * NAME
|
jpayne@68
|
23 * Xcms.txt
|
jpayne@68
|
24 *
|
jpayne@68
|
25 * DESCRIPTION
|
jpayne@68
|
26 * Sample Color Name Database
|
jpayne@68
|
27 *
|
jpayne@68
|
28 */
|
jpayne@68
|
29
|
jpayne@68
|
30
|
jpayne@68
|
31 This device-independent color name database is provided just as an example.
|
jpayne@68
|
32 There are no claims that these color specifications are or should be bound
|
jpayne@68
|
33 to the corresponding color name.
|
jpayne@68
|
34
|
jpayne@68
|
35 As you can see, the start of the database is indicated by "XCMS_COLORDB_START".
|
jpayne@68
|
36 Anything before this is assumed to be comments. The "0.1" indicates the
|
jpayne@68
|
37 version number of the format/syntax used in this file. The color name is
|
jpayne@68
|
38 delimited from the color specification by one or more tabs.
|
jpayne@68
|
39
|
jpayne@68
|
40 XCMS_COLORDB_START 0.1
|
jpayne@68
|
41 cms red CIEXYZ:0.3811/0.2073/0.0213
|
jpayne@68
|
42 cms green CIEXYZ:0.3203/0.6805/0.1430
|
jpayne@68
|
43 cms blue CIEXYZ:0.2483/0.1122/1.2417
|
jpayne@68
|
44 XCMS_COLORDB_END
|