]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - include/tcpdf/htmlcolors.php
Release $ver
[Github/sugarcrm.git] / include / tcpdf / htmlcolors.php
1 <?php
2
3 /*
4
5 Modification information for LGPL compliance
6
7 r56990 - 2010-06-16 13:05:36 -0700 (Wed, 16 Jun 2010) - kjing - snapshot "Mango" svn branch to a new one for GitHub sync
8
9 r56989 - 2010-06-16 13:01:33 -0700 (Wed, 16 Jun 2010) - kjing - defunt "Mango" svn dev branch before github cutover
10
11 r55980 - 2010-04-19 13:31:28 -0700 (Mon, 19 Apr 2010) - kjing - create Mango (6.1) based on windex
12
13 r51719 - 2009-10-22 10:18:00 -0700 (Thu, 22 Oct 2009) - mitani - Converted to Build 3  tags and updated the build system 
14
15 r51634 - 2009-10-19 13:32:22 -0700 (Mon, 19 Oct 2009) - mitani - Windex is the branch for Sugar Sales 1.0 development
16
17 r50375 - 2009-08-24 18:07:43 -0700 (Mon, 24 Aug 2009) - dwong - branch kobe2 from tokyo r50372
18
19 r46451 - 2009-04-23 16:57:40 -0700 (Thu, 23 Apr 2009) - jenny - tcpdf initial checkin.
20
21
22 */
23
24
25 //============================================================+
26 // File name   : htmlcolors.php
27 // Begin       : 2002-04-09
28 // Last Update : 2008-11-17
29 // Version     : 1.0.002
30 // License     : GNU LGPL (http://www.gnu.org/copyleft/lesser.html)
31 //      ----------------------------------------------------------------------------
32 //  Copyright (C) 2002-2009  Nicola Asuni - Tecnick.com S.r.l.
33 //      
34 //      This program is free software: you can redistribute it and/or modify
35 //      it under the terms of the GNU Lesser General Public License as published by
36 //      the Free Software Foundation, either version 2.1 of the License, or
37 //      (at your option) any later version.
38 //      
39 //      This program is distributed in the hope that it will be useful,
40 //      but WITHOUT ANY WARRANTY; without even the implied warranty of
41 //      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
42 //      GNU Lesser General Public License for more details.
43 //      
44 //      You should have received a copy of the GNU Lesser General Public License
45 //      along with this program.  If not, see <http://www.gnu.org/licenses/>.
46 //      
47 //      See LICENSE.TXT file for more information.
48 //  ----------------------------------------------------------------------------
49 //
50 // Description : Array of WEB safe colors
51 //
52 // Author: Nicola Asuni
53 //
54 // (c) Copyright:
55 //               Nicola Asuni
56 //               Tecnick.com S.r.l.
57 //               Via della Pace, 11
58 //               09044 Quartucciu (CA)
59 //               ITALY
60 //               www.tecnick.com
61 //               info@tecnick.com
62 //============================================================+
63
64 /**
65  * Array of WEB safe colors.
66  * @author Nicola Asuni
67  * @copyright 2004-2009 Nicola Asuni - Tecnick.com S.r.l (www.tecnick.com) Via Della Pace, 11 - 09044 - Quartucciu (CA) - ITALY - www.tecnick.com - info@tecnick.com
68  * @package com.tecnick.tcpdf
69  * @link http://www.tcpdf.org
70  * @license http://www.gnu.org/copyleft/lesser.html LGPL
71  * @since 2.9.000 (2008-03-26)
72 */
73
74 /**
75  * Array of WEB safe colors
76  */
77 global $webcolor;
78 $webcolor = array (
79 'aliceblue' => 'f0f8ff',
80 'antiquewhite' => 'faebd7',
81 'aqua' => '00ffff',
82 'aquamarine' => '7fffd4',
83 'azure' => 'f0ffff',
84 'beige' => 'f5f5dc',
85 'bisque' => 'ffe4c4',
86 'black' => '000000',
87 'blanchedalmond' => 'ffebcd',
88 'blue' => '0000ff',
89 'blueviolet' => '8a2be2',
90 'brown' => 'a52a2a',
91 'burlywood' => 'deb887',
92 'cadetblue' => '5f9ea0',
93 'chartreuse' => '7fff00',
94 'chocolate' => 'd2691e',
95 'coral' => 'ff7f50',
96 'cornflowerblue' => '6495ed',
97 'cornsilk' => 'fff8dc',
98 'crimson' => 'dc143c',
99 'cyan' => '00ffff',
100 'darkblue' => '00008b',
101 'darkcyan' => '008b8b',
102 'darkgoldenrod' => 'b8860b',
103 'darkgray' => 'a9a9a9',
104 'darkgrey' => 'a9a9a9',
105 'darkgreen' => '006400',
106 'darkkhaki' => 'bdb76b',
107 'darkmagenta' => '8b008b',
108 'darkolivegreen' => '556b2f',
109 'darkorange' => 'ff8c00',
110 'darkorchid' => '9932cc',
111 'darkred' => '8b0000',
112 'darksalmon' => 'e9967a',
113 'darkseagreen' => '8fbc8f',
114 'darkslateblue' => '483d8b',
115 'darkslategray' => '2f4f4f',
116 'darkslategrey' => '2f4f4f',
117 'darkturquoise' => '00ced1',
118 'darkviolet' => '9400d3',
119 'deeppink' => 'ff1493',
120 'deepskyblue' => '00bfff',
121 'dimgray' => '696969',
122 'dimgrey' => '696969',
123 'dodgerblue' => '1e90ff',
124 'firebrick' => 'b22222',
125 'floralwhite' => 'fffaf0',
126 'forestgreen' => '228b22',
127 'fuchsia' => 'ff00ff',
128 'gainsboro' => 'dcdcdc',
129 'ghostwhite' => 'f8f8ff',
130 'gold' => 'ffd700',
131 'goldenrod' => 'daa520',
132 'gray' => '808080',
133 'grey' => '808080',
134 'green' => '008000',
135 'greenyellow' => 'adff2f',
136 'honeydew' => 'f0fff0',
137 'hotpink' => 'ff69b4',
138 'indianred ' => 'cd5c5c',
139 'indigo ' => '4b0082',
140 'ivory' => 'fffff0',
141 'khaki' => 'f0e68c',
142 'lavender' => 'e6e6fa',
143 'lavenderblush' => 'fff0f5',
144 'lawngreen' => '7cfc00',
145 'lemonchiffon' => 'fffacd',
146 'lightblue' => 'add8e6',
147 'lightcoral' => 'f08080',
148 'lightcyan' => 'e0ffff',
149 'lightgoldenrodyellow' => 'fafad2',
150 'lightgray' => 'd3d3d3',
151 'lightgrey' => 'd3d3d3',
152 'lightgreen' => '90ee90',
153 'lightpink' => 'ffb6c1',
154 'lightsalmon' => 'ffa07a',
155 'lightseagreen' => '20b2aa',
156 'lightskyblue' => '87cefa',
157 'lightslategray' => '778899',
158 'lightslategrey' => '778899',
159 'lightsteelblue' => 'b0c4de',
160 'lightyellow' => 'ffffe0',
161 'lime' => '00ff00',
162 'limegreen' => '32cd32',
163 'linen' => 'faf0e6',
164 'magenta' => 'ff00ff',
165 'maroon' => '800000',
166 'mediumaquamarine' => '66cdaa',
167 'mediumblue' => '0000cd',
168 'mediumorchid' => 'ba55d3',
169 'mediumpurple' => '9370d8',
170 'mediumseagreen' => '3cb371',
171 'mediumslateblue' => '7b68ee',
172 'mediumspringgreen' => '00fa9a',
173 'mediumturquoise' => '48d1cc',
174 'mediumvioletred' => 'c71585',
175 'midnightblue' => '191970',
176 'mintcream' => 'f5fffa',
177 'mistyrose' => 'ffe4e1',
178 'moccasin' => 'ffe4b5',
179 'navajowhite' => 'ffdead',
180 'navy' => '000080',
181 'oldlace' => 'fdf5e6',
182 'olive' => '808000',
183 'olivedrab' => '6b8e23',
184 'orange' => 'ffa500',
185 'orangered' => 'ff4500',
186 'orchid' => 'da70d6',
187 'palegoldenrod' => 'eee8aa',
188 'palegreen' => '98fb98',
189 'paleturquoise' => 'afeeee',
190 'palevioletred' => 'd87093',
191 'papayawhip' => 'ffefd5',
192 'peachpuff' => 'ffdab9',
193 'peru' => 'cd853f',
194 'pink' => 'ffc0cb',
195 'plum' => 'dda0dd',
196 'powderblue' => 'b0e0e6',
197 'purple' => '800080',
198 'red' => 'ff0000',
199 'rosybrown' => 'bc8f8f',
200 'royalblue' => '4169e1',
201 'saddlebrown' => '8b4513',
202 'salmon' => 'fa8072',
203 'sandybrown' => 'f4a460',
204 'seagreen' => '2e8b57',
205 'seashell' => 'fff5ee',
206 'sienna' => 'a0522d',
207 'silver' => 'c0c0c0',
208 'skyblue' => '87ceeb',
209 'slateblue' => '6a5acd',
210 'slategray' => '708090',
211 'slategrey' => '708090',
212 'snow' => 'fffafa',
213 'springgreen' => '00ff7f',
214 'steelblue' => '4682b4',
215 'tan' => 'd2b48c',
216 'teal' => '008080',
217 'thistle' => 'd8bfd8',
218 'tomato' => 'ff6347',
219 'turquoise' => '40e0d0',
220 'violet' => 'ee82ee',
221 'wheat' => 'f5deb3',
222 'white' => 'ffffff',
223 'whitesmoke' => 'f5f5f5',
224 'yellow' => 'ffff00',
225 'yellowgreen' => '9acd32'
226 );
227
228 //============================================================+
229 // END OF FILE                                                 
230 //============================================================+
231 ?>