make fallbacks for GdiCharSet, GdiVerticalFont
[mono.git] / mcs / class / System.Drawing / System.Drawing / KnownColor.cs
1 //
2 // System.Drawing.Color.cs
3 //
4 // (C) 2002 Dennis Hayes
5 // Author:
6 // Dennis Hayes (dennish@raytek.com)
7 // Ben Houston  (ben@exocortex.org)
8 //
9
10 //
11 // Copyright (C) 2004 Novell, Inc (http://www.novell.com)
12 //
13 // Permission is hereby granted, free of charge, to any person obtaining
14 // a copy of this software and associated documentation files (the
15 // "Software"), to deal in the Software without restriction, including
16 // without limitation the rights to use, copy, modify, merge, publish,
17 // distribute, sublicense, and/or sell copies of the Software, and to
18 // permit persons to whom the Software is furnished to do so, subject to
19 // the following conditions:
20 // 
21 // The above copyright notice and this permission notice shall be
22 // included in all copies or substantial portions of the Software.
23 // 
24 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
25 // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
26 // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
27 // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
28 // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
29 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
30 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
31 //
32
33 using System;
34 namespace System.Drawing 
35 {
36         [Serializable]
37         public enum KnownColor {
38                 ActiveBorder = 1,
39                 ActiveCaption = 2,
40                 ActiveCaptionText = 3,
41                 AppWorkspace = 4,
42                 Control = 5,
43                 ControlDark = 6,
44                 ControlDarkDark = 7,
45                 ControlLight = 8,
46                 ControlLightLight = 9,
47                 ControlText = 10,
48                 Desktop = 11,
49                 GrayText = 12,
50                 Highlight = 13,
51                 HighlightText = 14,
52                 HotTrack = 15,
53                 InactiveBorder = 16,
54                 InactiveCaption = 17,
55                 InactiveCaptionText = 18,
56                 Info = 19,
57                 InfoText = 20,
58                 Menu = 21,
59                 MenuText = 22,
60                 ScrollBar = 23,
61                 Window = 24,
62                 WindowFrame = 25,
63                 WindowText = 26,
64                 Transparent = 27,
65                 AliceBlue = 28,
66                 AntiqueWhite = 29,
67                 Aqua = 30,
68                 Aquamarine = 31,
69                 Azure = 32,
70                 Beige = 33,
71                 Bisque = 34,
72                 Black = 35,
73                 BlanchedAlmond = 36,
74                 Blue = 37,
75                 BlueViolet = 38,
76                 Brown = 39,
77                 BurlyWood = 40,
78                 CadetBlue = 41,
79                 Chartreuse = 42,
80                 Chocolate = 43,
81                 Coral = 44,
82                 CornflowerBlue = 45,
83                 Cornsilk = 46,
84                 Crimson = 47,
85                 Cyan = 48,
86                 DarkBlue = 49,
87                 DarkCyan = 50,
88                 DarkGoldenrod = 51,
89                 DarkGray = 52,
90                 DarkGreen = 53,
91                 DarkKhaki = 54,
92                 DarkMagenta = 55,
93                 DarkOliveGreen = 56,
94                 DarkOrange = 57,
95                 DarkOrchid = 58,
96                 DarkRed = 59,
97                 DarkSalmon = 60,
98                 DarkSeaGreen = 61,
99                 DarkSlateBlue = 62,
100                 DarkSlateGray = 63,
101                 DarkTurquoise = 64,
102                 DarkViolet = 65,
103                 DeepPink = 66,
104                 DeepSkyBlue = 67,
105                 DimGray = 68,
106                 DodgerBlue = 69,
107                 Firebrick = 70,
108                 FloralWhite = 71,
109                 ForestGreen = 72,
110                 Fuchsia = 73,
111                 Gainsboro = 74,
112                 GhostWhite = 75,
113                 Gold = 76,
114                 Goldenrod = 77,
115                 Gray = 78,
116                 Green = 79,
117                 GreenYellow = 80,
118                 Honeydew = 81,
119                 HotPink = 82,
120                 IndianRed = 83,
121                 Indigo = 84,
122                 Ivory = 85,
123                 Khaki = 86,
124                 Lavender = 87,
125                 LavenderBlush = 88,
126                 LawnGreen = 89,
127                 LemonChiffon = 90,
128                 LightBlue = 91,
129                 LightCoral = 92,
130                 LightCyan = 93,
131                 LightGoldenrodYellow = 94,
132                 LightGray = 95,
133                 LightGreen = 96,
134                 LightPink = 97,
135                 LightSalmon = 98,
136                 LightSeaGreen = 99,
137                 LightSkyBlue = 100,
138                 LightSlateGray = 101,
139                 LightSteelBlue = 102,
140                 LightYellow = 103,
141                 Lime = 104,
142                 LimeGreen = 105,
143                 Linen = 106,
144                 Magenta = 107,
145                 Maroon = 108,
146                 MediumAquamarine = 109,
147                 MediumBlue = 110,
148                 MediumOrchid = 111,
149                 MediumPurple = 112,
150                 MediumSeaGreen = 113,
151                 MediumSlateBlue = 114,
152                 MediumSpringGreen = 115,
153                 MediumTurquoise = 116,
154                 MediumVioletRed = 117,
155                 MidnightBlue = 118,
156                 MintCream = 119,
157                 MistyRose = 120,
158                 Moccasin = 121,
159                 NavajoWhite = 122,
160                 Navy = 123,
161                 OldLace = 124,
162                 Olive = 125,
163                 OliveDrab = 126,
164                 Orange = 127,
165                 OrangeRed = 128,
166                 Orchid = 129,
167                 PaleGoldenrod = 130,
168                 PaleGreen = 131,
169                 PaleTurquoise = 132,
170                 PaleVioletRed = 133,
171                 PapayaWhip = 134,
172                 PeachPuff = 135,
173                 Peru = 136,
174                 Pink = 137,
175                 Plum = 138,
176                 PowderBlue = 139,
177                 Purple = 140,
178                 Red = 141,
179                 RosyBrown = 142,
180                 RoyalBlue = 143,
181                 SaddleBrown = 144,
182                 Salmon = 145,
183                 SandyBrown = 146,
184                 SeaGreen = 147,
185                 SeaShell = 148,
186                 Sienna = 149,
187                 Silver = 150,
188                 SkyBlue = 151,
189                 SlateBlue = 152,
190                 SlateGray = 153,
191                 Snow = 154,
192                 SpringGreen = 155,
193                 SteelBlue = 156,
194                 Tan = 157,
195                 Teal = 158,
196                 Thistle = 159,
197                 Tomato = 160,
198                 Turquoise = 161,
199                 Violet = 162,
200                 Wheat = 163,
201                 White = 164,
202                 WhiteSmoke = 165,
203                 Yellow = 166,
204                 YellowGreen = 167
205         }
206 }