using System; using Cpp2IlInjected; namespace System.Drawing { /// Specifies the known system colors. // Token: 0x02000025 RID: 37 [Token(Token = "0x2000025")] public enum KnownColor { /// The system-defined color of the active window's border. // Token: 0x04000042 RID: 66 [Token(Token = "0x4000042")] ActiveBorder = 1, /// The system-defined color of the background of the active window's title bar. // Token: 0x04000043 RID: 67 [Token(Token = "0x4000043")] ActiveCaption, /// The system-defined color of the text in the active window's title bar. // Token: 0x04000044 RID: 68 [Token(Token = "0x4000044")] ActiveCaptionText, /// The system-defined color of the application workspace. The application workspace is the area in a multiple-document view that is not being occupied by documents. // Token: 0x04000045 RID: 69 [Token(Token = "0x4000045")] AppWorkspace, /// The system-defined face color of a 3-D element. // Token: 0x04000046 RID: 70 [Token(Token = "0x4000046")] Control, /// The system-defined shadow color of a 3-D element. The shadow color is applied to parts of a 3-D element that face away from the light source. // Token: 0x04000047 RID: 71 [Token(Token = "0x4000047")] ControlDark, /// The system-defined color that is the dark shadow color of a 3-D element. The dark shadow color is applied to the parts of a 3-D element that are the darkest color. // Token: 0x04000048 RID: 72 [Token(Token = "0x4000048")] ControlDarkDark, /// The system-defined color that is the light color of a 3-D element. The light color is applied to parts of a 3-D element that face the light source. // Token: 0x04000049 RID: 73 [Token(Token = "0x4000049")] ControlLight, /// The system-defined highlight color of a 3-D element. The highlight color is applied to the parts of a 3-D element that are the lightest color. // Token: 0x0400004A RID: 74 [Token(Token = "0x400004A")] ControlLightLight, /// The system-defined color of text in a 3-D element. // Token: 0x0400004B RID: 75 [Token(Token = "0x400004B")] ControlText, /// The system-defined color of the desktop. // Token: 0x0400004C RID: 76 [Token(Token = "0x400004C")] Desktop, /// The system-defined color of dimmed text. Items in a list that are disabled are displayed in dimmed text. // Token: 0x0400004D RID: 77 [Token(Token = "0x400004D")] GrayText, /// The system-defined color of the background of selected items. This includes selected menu items as well as selected text. // Token: 0x0400004E RID: 78 [Token(Token = "0x400004E")] Highlight, /// The system-defined color of the text of selected items. // Token: 0x0400004F RID: 79 [Token(Token = "0x400004F")] HighlightText, /// The system-defined color used to designate a hot-tracked item. Single-clicking a hot-tracked item executes the item. // Token: 0x04000050 RID: 80 [Token(Token = "0x4000050")] HotTrack, /// The system-defined color of an inactive window's border. // Token: 0x04000051 RID: 81 [Token(Token = "0x4000051")] InactiveBorder, /// The system-defined color of the background of an inactive window's title bar. // Token: 0x04000052 RID: 82 [Token(Token = "0x4000052")] InactiveCaption, /// The system-defined color of the text in an inactive window's title bar. // Token: 0x04000053 RID: 83 [Token(Token = "0x4000053")] InactiveCaptionText, /// The system-defined color of the background of a ToolTip. // Token: 0x04000054 RID: 84 [Token(Token = "0x4000054")] Info, /// The system-defined color of the text of a ToolTip. // Token: 0x04000055 RID: 85 [Token(Token = "0x4000055")] InfoText, /// The system-defined color of a menu's background. // Token: 0x04000056 RID: 86 [Token(Token = "0x4000056")] Menu, /// The system-defined color of a menu's text. // Token: 0x04000057 RID: 87 [Token(Token = "0x4000057")] MenuText, /// The system-defined color of the background of a scroll bar. // Token: 0x04000058 RID: 88 [Token(Token = "0x4000058")] ScrollBar, /// The system-defined color of the background in the client area of a window. // Token: 0x04000059 RID: 89 [Token(Token = "0x4000059")] Window, /// The system-defined color of a window frame. // Token: 0x0400005A RID: 90 [Token(Token = "0x400005A")] WindowFrame, /// The system-defined color of the text in the client area of a window. // Token: 0x0400005B RID: 91 [Token(Token = "0x400005B")] WindowText, /// A system-defined color. // Token: 0x0400005C RID: 92 [Token(Token = "0x400005C")] Transparent, /// A system-defined color. // Token: 0x0400005D RID: 93 [Token(Token = "0x400005D")] AliceBlue, /// A system-defined color. // Token: 0x0400005E RID: 94 [Token(Token = "0x400005E")] AntiqueWhite, /// A system-defined color. // Token: 0x0400005F RID: 95 [Token(Token = "0x400005F")] Aqua, /// A system-defined color. // Token: 0x04000060 RID: 96 [Token(Token = "0x4000060")] Aquamarine, /// A system-defined color. // Token: 0x04000061 RID: 97 [Token(Token = "0x4000061")] Azure, /// A system-defined color. // Token: 0x04000062 RID: 98 [Token(Token = "0x4000062")] Beige, /// A system-defined color. // Token: 0x04000063 RID: 99 [Token(Token = "0x4000063")] Bisque, /// A system-defined color. // Token: 0x04000064 RID: 100 [Token(Token = "0x4000064")] Black, /// A system-defined color. // Token: 0x04000065 RID: 101 [Token(Token = "0x4000065")] BlanchedAlmond, /// A system-defined color. // Token: 0x04000066 RID: 102 [Token(Token = "0x4000066")] Blue, /// A system-defined color. // Token: 0x04000067 RID: 103 [Token(Token = "0x4000067")] BlueViolet, /// A system-defined color. // Token: 0x04000068 RID: 104 [Token(Token = "0x4000068")] Brown, /// A system-defined color. // Token: 0x04000069 RID: 105 [Token(Token = "0x4000069")] BurlyWood, /// A system-defined color. // Token: 0x0400006A RID: 106 [Token(Token = "0x400006A")] CadetBlue, /// A system-defined color. // Token: 0x0400006B RID: 107 [Token(Token = "0x400006B")] Chartreuse, /// A system-defined color. // Token: 0x0400006C RID: 108 [Token(Token = "0x400006C")] Chocolate, /// A system-defined color. // Token: 0x0400006D RID: 109 [Token(Token = "0x400006D")] Coral, /// A system-defined color. // Token: 0x0400006E RID: 110 [Token(Token = "0x400006E")] CornflowerBlue, /// A system-defined color. // Token: 0x0400006F RID: 111 [Token(Token = "0x400006F")] Cornsilk, /// A system-defined color. // Token: 0x04000070 RID: 112 [Token(Token = "0x4000070")] Crimson, /// A system-defined color. // Token: 0x04000071 RID: 113 [Token(Token = "0x4000071")] Cyan, /// A system-defined color. // Token: 0x04000072 RID: 114 [Token(Token = "0x4000072")] DarkBlue, /// A system-defined color. // Token: 0x04000073 RID: 115 [Token(Token = "0x4000073")] DarkCyan, /// A system-defined color. // Token: 0x04000074 RID: 116 [Token(Token = "0x4000074")] DarkGoldenrod, /// A system-defined color. // Token: 0x04000075 RID: 117 [Token(Token = "0x4000075")] DarkGray, /// A system-defined color. // Token: 0x04000076 RID: 118 [Token(Token = "0x4000076")] DarkGreen, /// A system-defined color. // Token: 0x04000077 RID: 119 [Token(Token = "0x4000077")] DarkKhaki, /// A system-defined color. // Token: 0x04000078 RID: 120 [Token(Token = "0x4000078")] DarkMagenta, /// A system-defined color. // Token: 0x04000079 RID: 121 [Token(Token = "0x4000079")] DarkOliveGreen, /// A system-defined color. // Token: 0x0400007A RID: 122 [Token(Token = "0x400007A")] DarkOrange, /// A system-defined color. // Token: 0x0400007B RID: 123 [Token(Token = "0x400007B")] DarkOrchid, /// A system-defined color. // Token: 0x0400007C RID: 124 [Token(Token = "0x400007C")] DarkRed, /// A system-defined color. // Token: 0x0400007D RID: 125 [Token(Token = "0x400007D")] DarkSalmon, /// A system-defined color. // Token: 0x0400007E RID: 126 [Token(Token = "0x400007E")] DarkSeaGreen, /// A system-defined color. // Token: 0x0400007F RID: 127 [Token(Token = "0x400007F")] DarkSlateBlue, /// A system-defined color. // Token: 0x04000080 RID: 128 [Token(Token = "0x4000080")] DarkSlateGray, /// A system-defined color. // Token: 0x04000081 RID: 129 [Token(Token = "0x4000081")] DarkTurquoise, /// A system-defined color. // Token: 0x04000082 RID: 130 [Token(Token = "0x4000082")] DarkViolet, /// A system-defined color. // Token: 0x04000083 RID: 131 [Token(Token = "0x4000083")] DeepPink, /// A system-defined color. // Token: 0x04000084 RID: 132 [Token(Token = "0x4000084")] DeepSkyBlue, /// A system-defined color. // Token: 0x04000085 RID: 133 [Token(Token = "0x4000085")] DimGray, /// A system-defined color. // Token: 0x04000086 RID: 134 [Token(Token = "0x4000086")] DodgerBlue, /// A system-defined color. // Token: 0x04000087 RID: 135 [Token(Token = "0x4000087")] Firebrick, /// A system-defined color. // Token: 0x04000088 RID: 136 [Token(Token = "0x4000088")] FloralWhite, /// A system-defined color. // Token: 0x04000089 RID: 137 [Token(Token = "0x4000089")] ForestGreen, /// A system-defined color. // Token: 0x0400008A RID: 138 [Token(Token = "0x400008A")] Fuchsia, /// A system-defined color. // Token: 0x0400008B RID: 139 [Token(Token = "0x400008B")] Gainsboro, /// A system-defined color. // Token: 0x0400008C RID: 140 [Token(Token = "0x400008C")] GhostWhite, /// A system-defined color. // Token: 0x0400008D RID: 141 [Token(Token = "0x400008D")] Gold, /// A system-defined color. // Token: 0x0400008E RID: 142 [Token(Token = "0x400008E")] Goldenrod, /// A system-defined color. // Token: 0x0400008F RID: 143 [Token(Token = "0x400008F")] Gray, /// A system-defined color. // Token: 0x04000090 RID: 144 [Token(Token = "0x4000090")] Green, /// A system-defined color. // Token: 0x04000091 RID: 145 [Token(Token = "0x4000091")] GreenYellow, /// A system-defined color. // Token: 0x04000092 RID: 146 [Token(Token = "0x4000092")] Honeydew, /// A system-defined color. // Token: 0x04000093 RID: 147 [Token(Token = "0x4000093")] HotPink, /// A system-defined color. // Token: 0x04000094 RID: 148 [Token(Token = "0x4000094")] IndianRed, /// A system-defined color. // Token: 0x04000095 RID: 149 [Token(Token = "0x4000095")] Indigo, /// A system-defined color. // Token: 0x04000096 RID: 150 [Token(Token = "0x4000096")] Ivory, /// A system-defined color. // Token: 0x04000097 RID: 151 [Token(Token = "0x4000097")] Khaki, /// A system-defined color. // Token: 0x04000098 RID: 152 [Token(Token = "0x4000098")] Lavender, /// A system-defined color. // Token: 0x04000099 RID: 153 [Token(Token = "0x4000099")] LavenderBlush, /// A system-defined color. // Token: 0x0400009A RID: 154 [Token(Token = "0x400009A")] LawnGreen, /// A system-defined color. // Token: 0x0400009B RID: 155 [Token(Token = "0x400009B")] LemonChiffon, /// A system-defined color. // Token: 0x0400009C RID: 156 [Token(Token = "0x400009C")] LightBlue, /// A system-defined color. // Token: 0x0400009D RID: 157 [Token(Token = "0x400009D")] LightCoral, /// A system-defined color. // Token: 0x0400009E RID: 158 [Token(Token = "0x400009E")] LightCyan, /// A system-defined color. // Token: 0x0400009F RID: 159 [Token(Token = "0x400009F")] LightGoldenrodYellow, /// A system-defined color. // Token: 0x040000A0 RID: 160 [Token(Token = "0x40000A0")] LightGray, /// A system-defined color. // Token: 0x040000A1 RID: 161 [Token(Token = "0x40000A1")] LightGreen, /// A system-defined color. // Token: 0x040000A2 RID: 162 [Token(Token = "0x40000A2")] LightPink, /// A system-defined color. // Token: 0x040000A3 RID: 163 [Token(Token = "0x40000A3")] LightSalmon, /// A system-defined color. // Token: 0x040000A4 RID: 164 [Token(Token = "0x40000A4")] LightSeaGreen, /// A system-defined color. // Token: 0x040000A5 RID: 165 [Token(Token = "0x40000A5")] LightSkyBlue, /// A system-defined color. // Token: 0x040000A6 RID: 166 [Token(Token = "0x40000A6")] LightSlateGray, /// A system-defined color. // Token: 0x040000A7 RID: 167 [Token(Token = "0x40000A7")] LightSteelBlue, /// A system-defined color. // Token: 0x040000A8 RID: 168 [Token(Token = "0x40000A8")] LightYellow, /// A system-defined color. // Token: 0x040000A9 RID: 169 [Token(Token = "0x40000A9")] Lime, /// A system-defined color. // Token: 0x040000AA RID: 170 [Token(Token = "0x40000AA")] LimeGreen, /// A system-defined color. // Token: 0x040000AB RID: 171 [Token(Token = "0x40000AB")] Linen, /// A system-defined color. // Token: 0x040000AC RID: 172 [Token(Token = "0x40000AC")] Magenta, /// A system-defined color. // Token: 0x040000AD RID: 173 [Token(Token = "0x40000AD")] Maroon, /// A system-defined color. // Token: 0x040000AE RID: 174 [Token(Token = "0x40000AE")] MediumAquamarine, /// A system-defined color. // Token: 0x040000AF RID: 175 [Token(Token = "0x40000AF")] MediumBlue, /// A system-defined color. // Token: 0x040000B0 RID: 176 [Token(Token = "0x40000B0")] MediumOrchid, /// A system-defined color. // Token: 0x040000B1 RID: 177 [Token(Token = "0x40000B1")] MediumPurple, /// A system-defined color. // Token: 0x040000B2 RID: 178 [Token(Token = "0x40000B2")] MediumSeaGreen, /// A system-defined color. // Token: 0x040000B3 RID: 179 [Token(Token = "0x40000B3")] MediumSlateBlue, /// A system-defined color. // Token: 0x040000B4 RID: 180 [Token(Token = "0x40000B4")] MediumSpringGreen, /// A system-defined color. // Token: 0x040000B5 RID: 181 [Token(Token = "0x40000B5")] MediumTurquoise, /// A system-defined color. // Token: 0x040000B6 RID: 182 [Token(Token = "0x40000B6")] MediumVioletRed, /// A system-defined color. // Token: 0x040000B7 RID: 183 [Token(Token = "0x40000B7")] MidnightBlue, /// A system-defined color. // Token: 0x040000B8 RID: 184 [Token(Token = "0x40000B8")] MintCream, /// A system-defined color. // Token: 0x040000B9 RID: 185 [Token(Token = "0x40000B9")] MistyRose, /// A system-defined color. // Token: 0x040000BA RID: 186 [Token(Token = "0x40000BA")] Moccasin, /// A system-defined color. // Token: 0x040000BB RID: 187 [Token(Token = "0x40000BB")] NavajoWhite, /// A system-defined color. // Token: 0x040000BC RID: 188 [Token(Token = "0x40000BC")] Navy, /// A system-defined color. // Token: 0x040000BD RID: 189 [Token(Token = "0x40000BD")] OldLace, /// A system-defined color. // Token: 0x040000BE RID: 190 [Token(Token = "0x40000BE")] Olive, /// A system-defined color. // Token: 0x040000BF RID: 191 [Token(Token = "0x40000BF")] OliveDrab, /// A system-defined color. // Token: 0x040000C0 RID: 192 [Token(Token = "0x40000C0")] Orange, /// A system-defined color. // Token: 0x040000C1 RID: 193 [Token(Token = "0x40000C1")] OrangeRed, /// A system-defined color. // Token: 0x040000C2 RID: 194 [Token(Token = "0x40000C2")] Orchid, /// A system-defined color. // Token: 0x040000C3 RID: 195 [Token(Token = "0x40000C3")] PaleGoldenrod, /// A system-defined color. // Token: 0x040000C4 RID: 196 [Token(Token = "0x40000C4")] PaleGreen, /// A system-defined color. // Token: 0x040000C5 RID: 197 [Token(Token = "0x40000C5")] PaleTurquoise, /// A system-defined color. // Token: 0x040000C6 RID: 198 [Token(Token = "0x40000C6")] PaleVioletRed, /// A system-defined color. // Token: 0x040000C7 RID: 199 [Token(Token = "0x40000C7")] PapayaWhip, /// A system-defined color. // Token: 0x040000C8 RID: 200 [Token(Token = "0x40000C8")] PeachPuff, /// A system-defined color. // Token: 0x040000C9 RID: 201 [Token(Token = "0x40000C9")] Peru, /// A system-defined color. // Token: 0x040000CA RID: 202 [Token(Token = "0x40000CA")] Pink, /// A system-defined color. // Token: 0x040000CB RID: 203 [Token(Token = "0x40000CB")] Plum, /// A system-defined color. // Token: 0x040000CC RID: 204 [Token(Token = "0x40000CC")] PowderBlue, /// A system-defined color. // Token: 0x040000CD RID: 205 [Token(Token = "0x40000CD")] Purple, /// A system-defined color. // Token: 0x040000CE RID: 206 [Token(Token = "0x40000CE")] Red, /// A system-defined color. // Token: 0x040000CF RID: 207 [Token(Token = "0x40000CF")] RosyBrown, /// A system-defined color. // Token: 0x040000D0 RID: 208 [Token(Token = "0x40000D0")] RoyalBlue, /// A system-defined color. // Token: 0x040000D1 RID: 209 [Token(Token = "0x40000D1")] SaddleBrown, /// A system-defined color. // Token: 0x040000D2 RID: 210 [Token(Token = "0x40000D2")] Salmon, /// A system-defined color. // Token: 0x040000D3 RID: 211 [Token(Token = "0x40000D3")] SandyBrown, /// A system-defined color. // Token: 0x040000D4 RID: 212 [Token(Token = "0x40000D4")] SeaGreen, /// A system-defined color. // Token: 0x040000D5 RID: 213 [Token(Token = "0x40000D5")] SeaShell, /// A system-defined color. // Token: 0x040000D6 RID: 214 [Token(Token = "0x40000D6")] Sienna, /// A system-defined color. // Token: 0x040000D7 RID: 215 [Token(Token = "0x40000D7")] Silver, /// A system-defined color. // Token: 0x040000D8 RID: 216 [Token(Token = "0x40000D8")] SkyBlue, /// A system-defined color. // Token: 0x040000D9 RID: 217 [Token(Token = "0x40000D9")] SlateBlue, /// A system-defined color. // Token: 0x040000DA RID: 218 [Token(Token = "0x40000DA")] SlateGray, /// A system-defined color. // Token: 0x040000DB RID: 219 [Token(Token = "0x40000DB")] Snow, /// A system-defined color. // Token: 0x040000DC RID: 220 [Token(Token = "0x40000DC")] SpringGreen, /// A system-defined color. // Token: 0x040000DD RID: 221 [Token(Token = "0x40000DD")] SteelBlue, /// A system-defined color. // Token: 0x040000DE RID: 222 [Token(Token = "0x40000DE")] Tan, /// A system-defined color. // Token: 0x040000DF RID: 223 [Token(Token = "0x40000DF")] Teal, /// A system-defined color. // Token: 0x040000E0 RID: 224 [Token(Token = "0x40000E0")] Thistle, /// A system-defined color. // Token: 0x040000E1 RID: 225 [Token(Token = "0x40000E1")] Tomato, /// A system-defined color. // Token: 0x040000E2 RID: 226 [Token(Token = "0x40000E2")] Turquoise, /// A system-defined color. // Token: 0x040000E3 RID: 227 [Token(Token = "0x40000E3")] Violet, /// A system-defined color. // Token: 0x040000E4 RID: 228 [Token(Token = "0x40000E4")] Wheat, /// A system-defined color. // Token: 0x040000E5 RID: 229 [Token(Token = "0x40000E5")] White, /// A system-defined color. // Token: 0x040000E6 RID: 230 [Token(Token = "0x40000E6")] WhiteSmoke, /// A system-defined color. // Token: 0x040000E7 RID: 231 [Token(Token = "0x40000E7")] Yellow, /// A system-defined color. // Token: 0x040000E8 RID: 232 [Token(Token = "0x40000E8")] YellowGreen, /// The system-defined face color of a 3-D element. // Token: 0x040000E9 RID: 233 [Token(Token = "0x40000E9")] ButtonFace, /// The system-defined color that is the highlight color of a 3-D element. This color is applied to parts of a 3-D element that face the light source. // Token: 0x040000EA RID: 234 [Token(Token = "0x40000EA")] ButtonHighlight, /// The system-defined color that is the shadow color of a 3-D element. This color is applied to parts of a 3-D element that face away from the light source. // Token: 0x040000EB RID: 235 [Token(Token = "0x40000EB")] ButtonShadow, /// The system-defined color of the lightest color in the color gradient of an active window's title bar. // Token: 0x040000EC RID: 236 [Token(Token = "0x40000EC")] GradientActiveCaption, /// The system-defined color of the lightest color in the color gradient of an inactive window's title bar. // Token: 0x040000ED RID: 237 [Token(Token = "0x40000ED")] GradientInactiveCaption, /// The system-defined color of the background of a menu bar. // Token: 0x040000EE RID: 238 [Token(Token = "0x40000EE")] MenuBar, /// The system-defined color used to highlight menu items when the menu appears as a flat menu. // Token: 0x040000EF RID: 239 [Token(Token = "0x40000EF")] MenuHighlight } }