11ab64890Smrg/* 21ab64890Smrg * (c) Copyright 1990 1991 Tektronix Inc. 31ab64890Smrg * All Rights Reserved 41ab64890Smrg * 51ab64890Smrg * Permission to use, copy, modify, and distribute this software and its 61ab64890Smrg * documentation for any purpose and without fee is hereby granted, 71ab64890Smrg * provided that the above copyright notice appear in all copies and that 81ab64890Smrg * both that copyright notice and this permission notice appear in 91ab64890Smrg * supporting documentation, and that the name of Tektronix not be used 101ab64890Smrg * in advertising or publicity pertaining to distribution of the software 111ab64890Smrg * without specific, written prior permission. 121ab64890Smrg * 131ab64890Smrg * Tektronix disclaims all warranties with regard to this software, including 141ab64890Smrg * all implied warranties of merchantability and fitness, in no event shall 151ab64890Smrg * Tektronix be liable for any special, indirect or consequential damages or 161ab64890Smrg * any damages whatsoever resulting from loss of use, data or profits, 171ab64890Smrg * whether in an action of contract, negligence or other tortious action, 181ab64890Smrg * arising out of or in connection with the use or performance of this 191ab64890Smrg * software. 201ab64890Smrg * 211ab64890Smrg * 221ab64890Smrg * NAME 231ab64890Smrg * Xcms.txt 241ab64890Smrg * 251ab64890Smrg * DESCRIPTION 261ab64890Smrg * Sample Color Name Database 271ab64890Smrg * 281ab64890Smrg */ 291ab64890Smrg 301ab64890Smrg 311ab64890SmrgThis device-independent color name database is provided just as an example. 321ab64890SmrgThere are no claims that these color specifications are or should be bound 331ab64890Smrgto the corresponding color name. 341ab64890Smrg 351ab64890SmrgAs you can see, the start of the database is indicated by "XCMS_COLORDB_START". 361ab64890SmrgAnything before this is assumed to be comments. The "0.1" indicates the 371ab64890Smrgversion number of the format/syntax used in this file. The color name is 381ab64890Smrgdelimited from the color specification by one or more tabs. 391ab64890Smrg 401ab64890SmrgXCMS_COLORDB_START 0.1 411ab64890Smrgcms red CIEXYZ:0.3811/0.2073/0.0213 421ab64890Smrgcms green CIEXYZ:0.3203/0.6805/0.1430 431ab64890Smrgcms blue CIEXYZ:0.2483/0.1122/1.2417 441ab64890SmrgXCMS_COLORDB_END 45