source: sipes/libraries/tcpdf/htmlcolors.php

stableversion-3.0
Last change on this file was 307d09d, checked in by José Gregorio Puentes <jpuentes@…>, 8 años ago

se agregaron las librerias

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