Lumitronix_Iflex_Pro_Workshop
Library to interact with the iFlexPro
HtmlColorNameStrings.h
Go to the documentation of this file.
1 /*-------------------------------------------------------------------------
2 HtmlColorNameStrings provides the declaration of the color string names
3 
4 Written by Michael C. Miller.
5 
6 I invest time and resources providing this open source code,
7 please support me by dontating (see https://github.com/Makuna)
8 
9 -------------------------------------------------------------------------
10 This file is part of the LUMITRONIX_iFlex_Workshop library.
11 
12 LumitronixIFlexBus is free software: you can redistribute it and/or modify
13 it under the terms of the GNU Lesser General Public License as
14 published by the Free Software Foundation, either version 3 of
15 the License, or (at your option) any later version.
16 
17 LumitronixIFlexBus is distributed in the hope that it will be useful,
18 but WITHOUT ANY WARRANTY; without even the implied warranty of
19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 GNU Lesser General Public License for more details.
21 
22 You should have received a copy of the GNU Lesser General Public
23 License along with LumitronixIFlex. If not, see
24 <http://www.gnu.org/licenses/>.
25 -------------------------------------------------------------------------*/
26 
27 #pragma once
28 
29 /* HTML4 color names */
30 extern const char c_HtmlNameAqua[] PROGMEM;
31 extern const char c_HtmlNameBlack[] PROGMEM;
32 extern const char c_HtmlNameBlue[] PROGMEM;
33 extern const char c_HtmlNameFuchsia[] PROGMEM;
34 extern const char c_HtmlNameGray[] PROGMEM;
35 extern const char c_HtmlNameGreen[] PROGMEM;
36 extern const char c_HtmlNameLime[] PROGMEM;
37 extern const char c_HtmlNameMaroon[] PROGMEM;
38 extern const char c_HtmlNameNavy[] PROGMEM;
39 extern const char c_HtmlNameOlive[] PROGMEM;
40 extern const char c_HtmlNameOrange[] PROGMEM;
41 extern const char c_HtmlNamePurple[] PROGMEM;
42 extern const char c_HtmlNameRed[] PROGMEM;
43 extern const char c_HtmlNameSilver[] PROGMEM;
44 extern const char c_HtmlNameTeal[] PROGMEM;
45 extern const char c_HtmlNameWhite[] PROGMEM;
46 extern const char c_HtmlNameYellow[] PROGMEM;
47 
48 /* Additional CSS3 color names */
49 extern const char c_HtmlNameAliceBlue[] PROGMEM;
50 extern const char c_HtmlNameAntiqueWhite[] PROGMEM;
51 extern const char c_HtmlNameAquamarine[] PROGMEM;
52 extern const char c_HtmlNameAzure[] PROGMEM;
53 extern const char c_HtmlNameBeige[] PROGMEM;
54 extern const char c_HtmlNameBisque[] PROGMEM;
55 extern const char c_HtmlNameBlanchedAlmond[] PROGMEM;
56 extern const char c_HtmlNameBlueViolet[] PROGMEM;
57 extern const char c_HtmlNameBrown[] PROGMEM;
58 extern const char c_HtmlNameBurlyWood[] PROGMEM;
59 extern const char c_HtmlNameCadetBlue[] PROGMEM;
60 extern const char c_HtmlNameChartreuse[] PROGMEM;
61 extern const char c_HtmlNameChocolate[] PROGMEM;
62 extern const char c_HtmlNameCoral[] PROGMEM;
63 extern const char c_HtmlNameCornflowerBlue[] PROGMEM;
64 extern const char c_HtmlNameCornsilk[] PROGMEM;
65 extern const char c_HtmlNameCrimson[] PROGMEM;
66 extern const char c_HtmlNameCyan[] PROGMEM;
67 extern const char c_HtmlNameDarkBlue[] PROGMEM;
68 extern const char c_HtmlNameDarkCyan[] PROGMEM;
69 extern const char c_HtmlNameDarkGoldenrod[] PROGMEM;
70 extern const char c_HtmlNameDarkGray[] PROGMEM;
71 extern const char c_HtmlNameDarkGreen[] PROGMEM;
72 extern const char c_HtmlNameDarkGrey[] PROGMEM;
73 extern const char c_HtmlNameDarkKhaki[] PROGMEM;
74 extern const char c_HtmlNameDarkMagenta[] PROGMEM;
75 extern const char c_HtmlNameDarkOliveGreen[] PROGMEM;
76 extern const char c_HtmlNameDarkOrange[] PROGMEM;
77 extern const char c_HtmlNameDarkOrchid[] PROGMEM;
78 extern const char c_HtmlNameDarkRed[] PROGMEM;
79 extern const char c_HtmlNameDarkSalmon[] PROGMEM;
80 extern const char c_HtmlNameDarkSeaGreen[] PROGMEM;
81 extern const char c_HtmlNameDarkSlateBlue[] PROGMEM;
82 extern const char c_HtmlNameDarkSlateGray[] PROGMEM;
83 extern const char c_HtmlNameDarkSlateGrey[] PROGMEM;
84 extern const char c_HtmlNameDarkTurquoise[] PROGMEM;
85 extern const char c_HtmlNameDarkViolet[] PROGMEM;
86 extern const char c_HtmlNameDeepPink[] PROGMEM;
87 extern const char c_HtmlNameDeepSkyBlue[] PROGMEM;
88 extern const char c_HtmlNameDimGray[] PROGMEM;
89 extern const char c_HtmlNameDimGrey[] PROGMEM;
90 extern const char c_HtmlNameDodgerBlue[] PROGMEM;
91 extern const char c_HtmlNameFirebrick[] PROGMEM;
92 extern const char c_HtmlNameFloralWhite[] PROGMEM;
93 extern const char c_HtmlNameForestGreen[] PROGMEM;
94 extern const char c_HtmlNameGainsboro[] PROGMEM;
95 extern const char c_HtmlNameGhostWhite[] PROGMEM;
96 extern const char c_HtmlNameGold[] PROGMEM;
97 extern const char c_HtmlNameGoldenrod[] PROGMEM;
98 extern const char c_HtmlNameGreenYellow[] PROGMEM;
99 extern const char c_HtmlNameGrey[] PROGMEM;
100 extern const char c_HtmlNameHoneydew[] PROGMEM;
101 extern const char c_HtmlNameHotPink[] PROGMEM;
102 extern const char c_HtmlNameIndianRed[] PROGMEM;
103 extern const char c_HtmlNameIndigo[] PROGMEM;
104 extern const char c_HtmlNameIvory[] PROGMEM;
105 extern const char c_HtmlNameKhaki[] PROGMEM;
106 extern const char c_HtmlNameLavender[] PROGMEM;
107 extern const char c_HtmlNameLavenderBlush[] PROGMEM;
108 extern const char c_HtmlNameLawnGreen[] PROGMEM;
109 extern const char c_HtmlNameLemonChiffon[] PROGMEM;
110 extern const char c_HtmlNameLightBlue[] PROGMEM;
111 extern const char c_HtmlNameLightCoral[] PROGMEM;
112 extern const char c_HtmlNameLightCyan[] PROGMEM;
113 extern const char c_HtmlNameLightGoldenrodYellow[] PROGMEM;
114 extern const char c_HtmlNameLightGray[] PROGMEM;
115 extern const char c_HtmlNameLightGreen[] PROGMEM;
116 extern const char c_HtmlNameLightGrey[] PROGMEM;
117 extern const char c_HtmlNameLightPink[] PROGMEM;
118 extern const char c_HtmlNameLightSalmon[] PROGMEM;
119 extern const char c_HtmlNameLightSeaGreen[] PROGMEM;
120 extern const char c_HtmlNameLightSkyBlue[] PROGMEM;
121 extern const char c_HtmlNameLightSlateGray[] PROGMEM;
122 extern const char c_HtmlNameLightSlateGrey[] PROGMEM;
123 extern const char c_HtmlNameLightSteelBlue[] PROGMEM;
124 extern const char c_HtmlNameLightYellow[] PROGMEM;
125 extern const char c_HtmlNameLimeGreen[] PROGMEM;
126 extern const char c_HtmlNameLinen[] PROGMEM;
127 extern const char c_HtmlNameMagenta[] PROGMEM;
128 extern const char c_HtmlNameMediumAquamarine[] PROGMEM;
129 extern const char c_HtmlNameMediumBlue[] PROGMEM;
130 extern const char c_HtmlNameMediumOrchid[] PROGMEM;
131 extern const char c_HtmlNameMediumPurple[] PROGMEM;
132 extern const char c_HtmlNameMediumSeagreen[] PROGMEM;
133 extern const char c_HtmlNameMediumSlateBlue[] PROGMEM;
134 extern const char c_HtmlNameMediumSpringGreen[] PROGMEM;
135 extern const char c_HtmlNameMediumTurquoise[] PROGMEM;
136 extern const char c_HtmlNameMediumVioletRed[] PROGMEM;
137 extern const char c_HtmlNameMidnightBlue[] PROGMEM;
138 extern const char c_HtmlNameMintCream[] PROGMEM;
139 extern const char c_HtmlNameMistyRose[] PROGMEM;
140 extern const char c_HtmlNameMoccasin[] PROGMEM;
141 extern const char c_HtmlNameNavajoWhite[] PROGMEM;
142 extern const char c_HtmlNameOldLace[] PROGMEM;
143 extern const char c_HtmlNameOliveDrab[] PROGMEM;
144 extern const char c_HtmlNameOrangeRed[] PROGMEM;
145 extern const char c_HtmlNameOrchid[] PROGMEM;
146 extern const char c_HtmlNamePaleGoldenrod[] PROGMEM;
147 extern const char c_HtmlNamePaleGreen[] PROGMEM;
148 extern const char c_HtmlNamePaleTurquoise[] PROGMEM;
149 extern const char c_HtmlNamePaleVioletRed[] PROGMEM;
150 extern const char c_HtmlNamePapayaWhip[] PROGMEM;
151 extern const char c_HtmlNamePeachPuff[] PROGMEM;
152 extern const char c_HtmlNamePeru[] PROGMEM;
153 extern const char c_HtmlNamePink[] PROGMEM;
154 extern const char c_HtmlNamePlum[] PROGMEM;
155 extern const char c_HtmlNamePowderBlue[] PROGMEM;
156 extern const char c_HtmlNameRosyBrown[] PROGMEM;
157 extern const char c_HtmlNameRoyalBlue[] PROGMEM;
158 extern const char c_HtmlNameSaddleBrown[] PROGMEM;
159 extern const char c_HtmlNameSalmon[] PROGMEM;
160 extern const char c_HtmlNameSandyBrown[] PROGMEM;
161 extern const char c_HtmlNameSeaGreen[] PROGMEM;
162 extern const char c_HtmlNameSeaShell[] PROGMEM;
163 extern const char c_HtmlNameSienna[] PROGMEM;
164 extern const char c_HtmlNameSkyBlue[] PROGMEM;
165 extern const char c_HtmlNameSlateBlue[] PROGMEM;
166 extern const char c_HtmlNameSlateGray[] PROGMEM;
167 extern const char c_HtmlNameSlateGrey[] PROGMEM;
168 extern const char c_HtmlNameSnow[] PROGMEM;
169 extern const char c_HtmlNameSpringGreen[] PROGMEM;
170 extern const char c_HtmlNameSteelBlue[] PROGMEM;
171 extern const char c_HtmlNameTan[] PROGMEM;
172 extern const char c_HtmlNameThistle[] PROGMEM;
173 extern const char c_HtmlNameTomato[] PROGMEM;
174 extern const char c_HtmlNameTurquoise[] PROGMEM;
175 extern const char c_HtmlNameViolet[] PROGMEM;
176 extern const char c_HtmlNameWheat[] PROGMEM;
177 extern const char c_HtmlNameWhiteSmoke[] PROGMEM;
178 extern const char c_HtmlNameYellowGreen[] PROGMEM;
const char c_HtmlNameAqua[] PROGMEM
Definition: HtmlColorNameStrings.h:31