/MigraDoc/code/MigraDoc.DocumentObjectModel/MigraDoc.DocumentObjectModel/enums/ColorName.cs

# · C# · 182 lines · 149 code · 1 blank · 32 comment · 0 complexity · 7c77e246fe5fe7b1d64b0fda8940a484 MD5 · raw file

  1. #region MigraDoc - Creating Documents on the Fly
  2. //
  3. // Authors:
  4. // Stefan Lange (mailto:Stefan.Lange@pdfsharp.com)
  5. // Klaus Potzesny (mailto:Klaus.Potzesny@pdfsharp.com)
  6. // David Stephensen (mailto:David.Stephensen@pdfsharp.com)
  7. //
  8. // Copyright (c) 2001-2009 empira Software GmbH, Cologne (Germany)
  9. //
  10. // http://www.pdfsharp.com
  11. // http://www.migradoc.com
  12. // http://sourceforge.net/projects/pdfsharp
  13. //
  14. // Permission is hereby granted, free of charge, to any person obtaining a
  15. // copy of this software and associated documentation files (the "Software"),
  16. // to deal in the Software without restriction, including without limitation
  17. // the rights to use, copy, modify, merge, publish, distribute, sublicense,
  18. // and/or sell copies of the Software, and to permit persons to whom the
  19. // Software is furnished to do so, subject to the following conditions:
  20. //
  21. // The above copyright notice and this permission notice shall be included
  22. // in all copies or substantial portions of the Software.
  23. //
  24. // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  25. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  26. // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
  27. // THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  28. // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  29. // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  30. // DEALINGS IN THE SOFTWARE.
  31. #endregion
  32. namespace MigraDoc.DocumentObjectModel
  33. {
  34. /// <summary>
  35. /// Internal color names.
  36. /// </summary>
  37. enum ColorName : uint
  38. {
  39. AliceBlue = 0xFFF0F8FF,
  40. AntiqueWhite = 0xFFFAEBD7,
  41. Aqua = 0xFF00FFFF,
  42. Aquamarine = 0xFF7FFFD4,
  43. Azure = 0xFFF0FFFF,
  44. Beige = 0xFFF5F5DC,
  45. Bisque = 0xFFFFE4C4,
  46. Black = 0xFF000000,
  47. BlanchedAlmond = 0xFFFFEBCD,
  48. Blue = 0xFF0000FF,
  49. BlueViolet = 0xFF8A2BE2,
  50. Brown = 0xFFA52A2A,
  51. BurlyWood = 0xFFDEB887,
  52. CadetBlue = 0xFF5F9EA0,
  53. Chartreuse = 0xFF7FFF00,
  54. Chocolate = 0xFFD2691E,
  55. Coral = 0xFFFF7F50,
  56. CornflowerBlue = 0xFF6495ED,
  57. Cornsilk = 0xFFFFF8DC,
  58. Crimson = 0xFFDC143C,
  59. Cyan = 0xFF00FFFF,
  60. DarkBlue = 0xFF00008B,
  61. DarkCyan = 0xFF008B8B,
  62. DarkGoldenrod = 0xFFB8860B,
  63. DarkGray = 0xFFA9A9A9,
  64. DarkGreen = 0xFF006400,
  65. DarkKhaki = 0xFFBDB76B,
  66. DarkMagenta = 0xFF8B008B,
  67. DarkOliveGreen = 0xFF556B2F,
  68. DarkOrange = 0xFFFF8C00,
  69. DarkOrchid = 0xFF9932CC,
  70. DarkRed = 0xFF8B0000,
  71. DarkSalmon = 0xFFE9967A,
  72. DarkSeaGreen = 0xFF8FBC8B,
  73. DarkSlateBlue = 0xFF483D8B,
  74. DarkSlateGray = 0xFF2F4F4F,
  75. DarkTurquoise = 0xFF00CED1,
  76. DarkViolet = 0xFF9400D3,
  77. DeepPink = 0xFFFF1493,
  78. DeepSkyBlue = 0xFF00BFFF,
  79. DimGray = 0xFF696969,
  80. DodgerBlue = 0xFF1E90FF,
  81. Firebrick = 0xFFB22222,
  82. FloralWhite = 0xFFFFFAF0,
  83. ForestGreen = 0xFF228B22,
  84. Fuchsia = 0xFFFF00FF,
  85. Gainsboro = 0xFFDCDCDC,
  86. GhostWhite = 0xFFF8F8FF,
  87. Gold = 0xFFFFD700,
  88. Goldenrod = 0xFFDAA520,
  89. Gray = 0xFF808080,
  90. Green = 0xFF008000,
  91. GreenYellow = 0xFFADFF2F,
  92. Honeydew = 0xFFF0FFF0,
  93. HotPink = 0xFFFF69B4,
  94. IndianRed = 0xFFCD5C5C,
  95. Indigo = 0xFF4B0082,
  96. Ivory = 0xFFFFFFF0,
  97. Khaki = 0xFFF0E68C,
  98. Lavender = 0xFFE6E6FA,
  99. LavenderBlush = 0xFFFFF0F5,
  100. LawnGreen = 0xFF7CFC00,
  101. LemonChiffon = 0xFFFFFACD,
  102. LightBlue = 0xFFADD8E6,
  103. LightCoral = 0xFFF08080,
  104. LightCyan = 0xFFE0FFFF,
  105. LightGoldenrodYellow = 0xFFFAFAD2,
  106. LightGray = 0xFFD3D3D3,
  107. LightGreen = 0xFF90EE90,
  108. LightPink = 0xFFFFB6C1,
  109. LightSalmon = 0xFFFFA07A,
  110. LightSeaGreen = 0xFF20B2AA,
  111. LightSkyBlue = 0xFF87CEFA,
  112. LightSlateGray = 0xFF778899,
  113. LightSteelBlue = 0xFFB0C4DE,
  114. LightYellow = 0xFFFFFFE0,
  115. Lime = 0xFF00FF00,
  116. LimeGreen = 0xFF32CD32,
  117. Linen = 0xFFFAF0E6,
  118. Magenta = 0xFFFF00FF,
  119. Maroon = 0xFF800000,
  120. MediumAquamarine = 0xFF66CDAA,
  121. MediumBlue = 0xFF0000CD,
  122. MediumOrchid = 0xFFBA55D3,
  123. MediumPurple = 0xFF9370DB,
  124. MediumSeaGreen = 0xFF3CB371,
  125. MediumSlateBlue = 0xFF7B68EE,
  126. MediumSpringGreen = 0xFF00FA9A,
  127. MediumTurquoise = 0xFF48D1CC,
  128. MediumVioletRed = 0xFFC71585,
  129. MidnightBlue = 0xFF191970,
  130. MintCream = 0xFFF5FFFA,
  131. MistyRose = 0xFFFFE4E1,
  132. Moccasin = 0xFFFFE4B5,
  133. NavajoWhite = 0xFFFFDEAD,
  134. Navy = 0xFF000080,
  135. OldLace = 0xFFFDF5E6,
  136. Olive = 0xFF808000,
  137. OliveDrab = 0xFF6B8E23,
  138. Orange = 0xFFFFA500,
  139. OrangeRed = 0xFFFF4500,
  140. Orchid = 0xFFDA70D6,
  141. PaleGoldenrod = 0xFFEEE8AA,
  142. PaleGreen = 0xFF98FB98,
  143. PaleTurquoise = 0xFFAFEEEE,
  144. PaleVioletRed = 0xFFDB7093,
  145. PapayaWhip = 0xFFFFEFD5,
  146. PeachPuff = 0xFFFFDAB9,
  147. Peru = 0xFFCD853F,
  148. Pink = 0xFFFFC0CB,
  149. Plum = 0xFFDDA0DD,
  150. PowderBlue = 0xFFB0E0E6,
  151. Purple = 0xFF800080,
  152. Red = 0xFFFF0000,
  153. RosyBrown = 0xFFBC8F8F,
  154. RoyalBlue = 0xFF4169E1,
  155. SaddleBrown = 0xFF8B4513,
  156. Salmon = 0xFFFA8072,
  157. SandyBrown = 0xFFF4A460,
  158. SeaGreen = 0xFF2E8B57,
  159. SeaShell = 0xFFFFF5EE,
  160. Sienna = 0xFFA0522D,
  161. Silver = 0xFFC0C0C0,
  162. SkyBlue = 0xFF87CEEB,
  163. SlateBlue = 0xFF6A5ACD,
  164. SlateGray = 0xFF708090,
  165. Snow = 0xFFFFFAFA,
  166. SpringGreen = 0xFF00FF7F,
  167. SteelBlue = 0xFF4682B4,
  168. Tan = 0xFFD2B48C,
  169. Teal = 0xFF008080,
  170. Thistle = 0xFFD8BFD8,
  171. Tomato = 0xFFFF6347,
  172. Transparent = 0x00FFFFFF,
  173. Turquoise = 0xFF40E0D0,
  174. Violet = 0xFFEE82EE,
  175. Wheat = 0xFFF5DEB3,
  176. White = 0xFFFFFFFF,
  177. WhiteSmoke = 0xFFF5F5F5,
  178. Yellow = 0xFFFFFF00,
  179. YellowGreen = 0xFF9ACD32
  180. }
  181. }