#region MigraDoc - Creating Documents on the Fly
//
// Authors:
// Stefan Lange
// Klaus Potzesny
// David Stephensen
//
// Copyright (c) 2001-2017 empira Software GmbH, Cologne Area (Germany)
//
// http://www.pdfsharp.com
// http://www.migradoc.com
// http://sourceforge.net/projects/pdfsharp
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the "Software"),
// to deal in the Software without restriction, including without limitation
// the rights to use, copy, modify, merge, publish, distribute, sublicense,
// and/or sell copies of the Software, and to permit persons to whom the
// Software is furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included
// in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
#endregion
namespace MigraDoc.DocumentObjectModel
{
///
/// Represents 141 predefined colors.
///
public static class Colors
{
///
/// Gets the system-defined color that has the ARGB value of #FFF0F8FF.
///
public static readonly Color AliceBlue = new Color(0xFFF0F8FF);
///
/// Gets the system-defined color that has the ARGB value of #FFFAEBD7.
///
public static readonly Color AntiqueWhite = new Color(0xFFFAEBD7);
///
/// Gets the system-defined color that has the ARGB value of #FF00FFFF.
///
public static readonly Color Aqua = new Color(0xFF00FFFF);
///
/// Gets the system-defined color that has the ARGB value of #FF7FFFD4.
///
public static readonly Color Aquamarine = new Color(0xFF7FFFD4);
///
/// Gets the system-defined color that has the ARGB value of #FFF0FFFF.
///
public static readonly Color Azure = new Color(0xFFF0FFFF);
///
/// Gets the system-defined color that has the ARGB value of #FFF5F5DC.
///
public static readonly Color Beige = new Color(0xFFF5F5DC);
///
/// Gets the system-defined color that has the ARGB value of #FFFFE4C4.
///
public static readonly Color Bisque = new Color(0xFFFFE4C4);
///
/// Gets the system-defined color that has the ARGB value of #FF000000.
///
public static readonly Color Black = new Color(0xFF000000);
///
/// Gets the system-defined color that has the ARGB value of #FFFFEBCD.
///
public static readonly Color BlanchedAlmond = new Color(0xFFFFEBCD);
///
/// Gets the system-defined color that has the ARGB value of #FF0000FF.
///
public static readonly Color Blue = new Color(0xFF0000FF);
///
/// Gets the system-defined color that has the ARGB value of #FF8A2BE2.
///
public static readonly Color BlueViolet = new Color(0xFF8A2BE2);
///
/// Gets the system-defined color that has the ARGB value of #FFA52A2A.
///
public static readonly Color Brown = new Color(0xFFA52A2A);
///
/// Gets the system-defined color that has the ARGB value of #FFDEB887.
///
public static readonly Color BurlyWood = new Color(0xFFDEB887);
///
/// Gets the system-defined color that has the ARGB value of #FF5F9EA0.
///
public static readonly Color CadetBlue = new Color(0xFF5F9EA0);
///
/// Gets the system-defined color that has the ARGB value of #FF7FFF00.
///
public static readonly Color Chartreuse = new Color(0xFF7FFF00);
///
/// Gets the system-defined color that has the ARGB value of #FFD2691E.
///
public static readonly Color Chocolate = new Color(0xFFD2691E);
///
/// Gets the system-defined color that has the ARGB value of #FFFF7F50.
///
public static readonly Color Coral = new Color(0xFFFF7F50);
///
/// Gets the system-defined color that has the ARGB value of #FF6495ED.
///
public static readonly Color CornflowerBlue = new Color(0xFF6495ED);
///
/// Gets the system-defined color that has the ARGB value of #FFFFF8DC.
///
public static readonly Color Cornsilk = new Color(0xFFFFF8DC);
///
/// Gets the system-defined color that has the ARGB value of #FFDC143C.
///
public static readonly Color Crimson = new Color(0xFFDC143C);
///
/// Gets the system-defined color that has the ARGB value of #FF00FFFF.
///
public static readonly Color Cyan = new Color(0xFF00FFFF);
///
/// Gets the system-defined color that has the ARGB value of #FF00008B.
///
public static readonly Color DarkBlue = new Color(0xFF00008B);
///
/// Gets the system-defined color that has the ARGB value of #FF008B8B.
///
public static readonly Color DarkCyan = new Color(0xFF008B8B);
///
/// Gets the system-defined color that has the ARGB value of #FFB8860B.
///
public static readonly Color DarkGoldenrod = new Color(0xFFB8860B);
///
/// Gets the system-defined color that has the ARGB value of #FFA9A9A9.
///
public static readonly Color DarkGray = new Color(0xFFA9A9A9);
///
/// Gets the system-defined color that has the ARGB value of #FF006400.
///
public static readonly Color DarkGreen = new Color(0xFF006400);
///
/// Gets the system-defined color that has the ARGB value of #FFBDB76B.
///
public static readonly Color DarkKhaki = new Color(0xFFBDB76B);
///
/// Gets the system-defined color that has the ARGB value of #FF8B008B.
///
public static readonly Color DarkMagenta = new Color(0xFF8B008B);
///
/// Gets the system-defined color that has the ARGB value of #FF556B2F.
///
public static readonly Color DarkOliveGreen = new Color(0xFF556B2F);
///
/// Gets the system-defined color that has the ARGB value of #FFFF8C00.
///
public static readonly Color DarkOrange = new Color(0xFFFF8C00);
///
/// Gets the system-defined color that has the ARGB value of #FF9932CC.
///
public static readonly Color DarkOrchid = new Color(0xFF9932CC);
///
/// Gets the system-defined color that has the ARGB value of #FF8B0000.
///
public static readonly Color DarkRed = new Color(0xFF8B0000);
///
/// Gets the system-defined color that has the ARGB value of #FFE9967A.
///
public static readonly Color DarkSalmon = new Color(0xFFE9967A);
///
/// Gets the system-defined color that has the ARGB value of #FF8FBC8B.
///
public static readonly Color DarkSeaGreen = new Color(0xFF8FBC8B);
///
/// Gets the system-defined color that has the ARGB value of #FF483D8B.
///
public static readonly Color DarkSlateBlue = new Color(0xFF483D8B);
///
/// Gets the system-defined color that has the ARGB value of #FF2F4F4F.
///
public static readonly Color DarkSlateGray = new Color(0xFF2F4F4F);
///
/// Gets the system-defined color that has the ARGB value of #FF00CED1.
///
public static readonly Color DarkTurquoise = new Color(0xFF00CED1);
///
/// Gets the system-defined color that has the ARGB value of #FF9400D3.
///
public static readonly Color DarkViolet = new Color(0xFF9400D3);
///
/// Gets the system-defined color that has the ARGB value of #FFFF1493.
///
public static readonly Color DeepPink = new Color(0xFFFF1493);
///
/// Gets the system-defined color that has the ARGB value of #FF00BFFF.
///
public static readonly Color DeepSkyBlue = new Color(0xFF00BFFF);
///
/// Gets the system-defined color that has the ARGB value of #FF696969.
///
public static readonly Color DimGray = new Color(0xFF696969);
///
/// Gets the system-defined color that has the ARGB value of #FF1E90FF.
///
public static readonly Color DodgerBlue = new Color(0xFF1E90FF);
///
/// Gets the system-defined color that has the ARGB value of #FFB22222.
///
public static readonly Color Firebrick = new Color(0xFFB22222);
///
/// Gets the system-defined color that has the ARGB value of #FFFFFAF0.
///
public static readonly Color FloralWhite = new Color(0xFFFFFAF0);
///
/// Gets the system-defined color that has the ARGB value of #FF228B22.
///
public static readonly Color ForestGreen = new Color(0xFF228B22);
///
/// Gets the system-defined color that has the ARGB value of #FFFF00FF.
///
public static readonly Color Fuchsia = new Color(0xFFFF00FF);
///
/// Gets the system-defined color that has the ARGB value of #FFDCDCDC.
///
public static readonly Color Gainsboro = new Color(0xFFDCDCDC);
///
/// Gets the system-defined color that has the ARGB value of #FFF8F8FF.
///
public static readonly Color GhostWhite = new Color(0xFFF8F8FF);
///
/// Gets the system-defined color that has the ARGB value of #FFFFD700.
///
public static readonly Color Gold = new Color(0xFFFFD700);
///
/// Gets the system-defined color that has the ARGB value of #FFDAA520.
///
public static readonly Color Goldenrod = new Color(0xFFDAA520);
///
/// Gets the system-defined color that has the ARGB value of #FF808080.
///
public static readonly Color Gray = new Color(0xFF808080);
///
/// Gets the system-defined color that has the ARGB value of #FF008000.
///
public static readonly Color Green = new Color(0xFF008000);
///
/// Gets the system-defined color that has the ARGB value of #FFADFF2F.
///
public static readonly Color GreenYellow = new Color(0xFFADFF2F);
///
/// Gets the system-defined color that has the ARGB value of #FFF0FFF0.
///
public static readonly Color Honeydew = new Color(0xFFF0FFF0);
///
/// Gets the system-defined color that has the ARGB value of #FFFF69B4.
///
public static readonly Color HotPink = new Color(0xFFFF69B4);
///
/// Gets the system-defined color that has the ARGB value of #FFCD5C5C.
///
public static readonly Color IndianRed = new Color(0xFFCD5C5C);
///
/// Gets the system-defined color that has the ARGB value of #FF4B0082.
///
public static readonly Color Indigo = new Color(0xFF4B0082);
///
/// Gets the system-defined color that has the ARGB value of #FFFFFFF0.
///
public static readonly Color Ivory = new Color(0xFFFFFFF0);
///
/// Gets the system-defined color that has the ARGB value of #FFF0E68C.
///
public static readonly Color Khaki = new Color(0xFFF0E68C);
///
/// Gets the system-defined color that has the ARGB value of #FFE6E6FA.
///
public static readonly Color Lavender = new Color(0xFFE6E6FA);
///
/// Gets the system-defined color that has the ARGB value of #FFFFF0F5.
///
public static readonly Color LavenderBlush = new Color(0xFFFFF0F5);
///
/// Gets the system-defined color that has the ARGB value of #FF7CFC00.
///
public static readonly Color LawnGreen = new Color(0xFF7CFC00);
///
/// Gets the system-defined color that has the ARGB value of #FFFFFACD.
///
public static readonly Color LemonChiffon = new Color(0xFFFFFACD);
///
/// Gets the system-defined color that has the ARGB value of #FFADD8E6.
///
public static readonly Color LightBlue = new Color(0xFFADD8E6);
///
/// Gets the system-defined color that has the ARGB value of #FFF08080.
///
public static readonly Color LightCoral = new Color(0xFFF08080);
///
/// Gets the system-defined color that has the ARGB value of #FFE0FFFF.
///
public static readonly Color LightCyan = new Color(0xFFE0FFFF);
///
/// Gets the system-defined color that has the ARGB value of #FFFAFAD2.
///
public static readonly Color LightGoldenrodYellow = new Color(0xFFFAFAD2);
///
/// Gets the system-defined color that has the ARGB value of #FFD3D3D3.
///
public static readonly Color LightGray = new Color(0xFFD3D3D3);
///
/// Gets the system-defined color that has the ARGB value of #FF90EE90.
///
public static readonly Color LightGreen = new Color(0xFF90EE90);
///
/// Gets the system-defined color that has the ARGB value of #FFFFB6C1.
///
public static readonly Color LightPink = new Color(0xFFFFB6C1);
///
/// Gets the system-defined color that has the ARGB value of #FFFFA07A.
///
public static readonly Color LightSalmon = new Color(0xFFFFA07A);
///
/// Gets the system-defined color that has the ARGB value of #FF20B2AA.
///
public static readonly Color LightSeaGreen = new Color(0xFF20B2AA);
///
/// Gets the system-defined color that has the ARGB value of #FF87CEFA.
///
public static readonly Color LightSkyBlue = new Color(0xFF87CEFA);
///
/// Gets the system-defined color that has the ARGB value of #FF778899.
///
public static readonly Color LightSlateGray = new Color(0xFF778899);
///
/// Gets the system-defined color that has the ARGB value of #FFB0C4DE.
///
public static readonly Color LightSteelBlue = new Color(0xFFB0C4DE);
///
/// Gets the system-defined color that has the ARGB value of #FFFFFFE0.
///
public static readonly Color LightYellow = new Color(0xFFFFFFE0);
///
/// Gets the system-defined color that has the ARGB value of #FF00FF00.
///
public static readonly Color Lime = new Color(0xFF00FF00);
///
/// Gets the system-defined color that has the ARGB value of #FF32CD32.
///
public static readonly Color LimeGreen = new Color(0xFF32CD32);
///
/// Gets the system-defined color that has the ARGB value of #FFFAF0E6.
///
public static readonly Color Linen = new Color(0xFFFAF0E6);
///
/// Gets the system-defined color that has the ARGB value of #FFFF00FF.
///
public static readonly Color Magenta = new Color(0xFFFF00FF);
///
/// Gets the system-defined color that has the ARGB value of #FF800000.
///
public static readonly Color Maroon = new Color(0xFF800000);
///
/// Gets the system-defined color that has the ARGB value of #FF66CDAA.
///
public static readonly Color MediumAquamarine = new Color(0xFF66CDAA);
///
/// Gets the system-defined color that has the ARGB value of #FF0000CD.
///
public static readonly Color MediumBlue = new Color(0xFF0000CD);
///
/// Gets the system-defined color that has the ARGB value of #FFBA55D3.
///
public static readonly Color MediumOrchid = new Color(0xFFBA55D3);
///
/// Gets the system-defined color that has the ARGB value of #FF9370DB.
///
public static readonly Color MediumPurple = new Color(0xFF9370DB);
///
/// Gets the system-defined color that has the ARGB value of #FF3CB371.
///
public static readonly Color MediumSeaGreen = new Color(0xFF3CB371);
///
/// Gets the system-defined color that has the ARGB value of #FF7B68EE.
///
public static readonly Color MediumSlateBlue = new Color(0xFF7B68EE);
///
/// Gets the system-defined color that has the ARGB value of #FF00FA9A.
///
public static readonly Color MediumSpringGreen = new Color(0xFF00FA9A);
///
/// Gets the system-defined color that has the ARGB value of #FF48D1CC.
///
public static readonly Color MediumTurquoise = new Color(0xFF48D1CC);
///
/// Gets the system-defined color that has the ARGB value of #FFC71585.
///
public static readonly Color MediumVioletRed = new Color(0xFFC71585);
///
/// Gets the system-defined color that has the ARGB value of #FF191970.
///
public static readonly Color MidnightBlue = new Color(0xFF191970);
///
/// Gets the system-defined color that has the ARGB value of #FFF5FFFA.
///
public static readonly Color MintCream = new Color(0xFFF5FFFA);
///
/// Gets the system-defined color that has the ARGB value of #FFFFE4E1.
///
public static readonly Color MistyRose = new Color(0xFFFFE4E1);
///
/// Gets the system-defined color that has the ARGB value of #FFFFE4B5.
///
public static readonly Color Moccasin = new Color(0xFFFFE4B5);
///
/// Gets the system-defined color that has the ARGB value of #FFFFDEAD.
///
public static readonly Color NavajoWhite = new Color(0xFFFFDEAD);
///
/// Gets the system-defined color that has the ARGB value of #FF000080.
///
public static readonly Color Navy = new Color(0xFF000080);
///
/// Gets the system-defined color that has the ARGB value of #FFFDF5E6.
///
public static readonly Color OldLace = new Color(0xFFFDF5E6);
///
/// Gets the system-defined color that has the ARGB value of #FF808000.
///
public static readonly Color Olive = new Color(0xFF808000);
///
/// Gets the system-defined color that has the ARGB value of #FF6B8E23.
///
public static readonly Color OliveDrab = new Color(0xFF6B8E23);
///
/// Gets the system-defined color that has the ARGB value of #FFFFA500.
///
public static readonly Color Orange = new Color(0xFFFFA500);
///
/// Gets the system-defined color that has the ARGB value of #FFFF4500.
///
public static readonly Color OrangeRed = new Color(0xFFFF4500);
///
/// Gets the system-defined color that has the ARGB value of #FFDA70D6.
///
public static readonly Color Orchid = new Color(0xFFDA70D6);
///
/// Gets the system-defined color that has the ARGB value of #FFEEE8AA.
///
public static readonly Color PaleGoldenrod = new Color(0xFFEEE8AA);
///
/// Gets the system-defined color that has the ARGB value of #FF98FB98.
///
public static readonly Color PaleGreen = new Color(0xFF98FB98);
///
/// Gets the system-defined color that has the ARGB value of #FFAFEEEE.
///
public static readonly Color PaleTurquoise = new Color(0xFFAFEEEE);
///
/// Gets the system-defined color that has the ARGB value of #FFDB7093.
///
public static readonly Color PaleVioletRed = new Color(0xFFDB7093);
///
/// Gets the system-defined color that has the ARGB value of #FFFFEFD5.
///
public static readonly Color PapayaWhip = new Color(0xFFFFEFD5);
///
/// Gets the system-defined color that has the ARGB value of #FFFFDAB9.
///
public static readonly Color PeachPuff = new Color(0xFFFFDAB9);
///
/// Gets the system-defined color that has the ARGB value of #FFCD853F.
///
public static readonly Color Peru = new Color(0xFFCD853F);
///
/// Gets the system-defined color that has the ARGB value of #FFFFC0CB.
///
public static readonly Color Pink = new Color(0xFFFFC0CB);
///
/// Gets the system-defined color that has the ARGB value of #FFDDA0DD.
///
public static readonly Color Plum = new Color(0xFFDDA0DD);
///
/// Gets the system-defined color that has the ARGB value of #FFB0E0E6.
///
public static readonly Color PowderBlue = new Color(0xFFB0E0E6);
///
/// Gets the system-defined color that has the ARGB value of #FF800080.
///
public static readonly Color Purple = new Color(0xFF800080);
///
/// Gets the system-defined color that has the ARGB value of #FFFF0000.
///
public static readonly Color Red = new Color(0xFFFF0000);
///
/// Gets the system-defined color that has the ARGB value of #FFBC8F8F.
///
public static readonly Color RosyBrown = new Color(0xFFBC8F8F);
///
/// Gets the system-defined color that has the ARGB value of #FF4169E1.
///
public static readonly Color RoyalBlue = new Color(0xFF4169E1);
///
/// Gets the system-defined color that has the ARGB value of #FF8B4513.
///
public static readonly Color SaddleBrown = new Color(0xFF8B4513);
///
/// Gets the system-defined color that has the ARGB value of #FFFA8072.
///
public static readonly Color Salmon = new Color(0xFFFA8072);
///
/// Gets the system-defined color that has the ARGB value of #FFF4A460.
///
public static readonly Color SandyBrown = new Color(0xFFF4A460);
///
/// Gets the system-defined color that has the ARGB value of #FF2E8B57.
///
public static readonly Color SeaGreen = new Color(0xFF2E8B57);
///
/// Gets the system-defined color that has the ARGB value of #FFFFF5EE.
///
public static readonly Color SeaShell = new Color(0xFFFFF5EE);
///
/// Gets the system-defined color that has the ARGB value of #FFA0522D.
///
public static readonly Color Sienna = new Color(0xFFA0522D);
///
/// Gets the system-defined color that has the ARGB value of #FFC0C0C0.
///
public static readonly Color Silver = new Color(0xFFC0C0C0);
///
/// Gets the system-defined color that has the ARGB value of #FF87CEEB.
///
public static readonly Color SkyBlue = new Color(0xFF87CEEB);
///
/// Gets the system-defined color that has the ARGB value of #FF6A5ACD.
///
public static readonly Color SlateBlue = new Color(0xFF6A5ACD);
///
/// Gets the system-defined color that has the ARGB value of #FF708090.
///
public static readonly Color SlateGray = new Color(0xFF708090);
///
/// Gets the system-defined color that has the ARGB value of #FFFFFAFA.
///
public static readonly Color Snow = new Color(0xFFFFFAFA);
///
/// Gets the system-defined color that has the ARGB value of #FF00FF7F.
///
public static readonly Color SpringGreen = new Color(0xFF00FF7F);
///
/// Gets the system-defined color that has the ARGB value of #FF4682B4.
///
public static readonly Color SteelBlue = new Color(0xFF4682B4);
///
/// Gets the system-defined color that has the ARGB value of #FFD2B48C.
///
public static readonly Color Tan = new Color(0xFFD2B48C);
///
/// Gets the system-defined color that has the ARGB value of #FF008080.
///
public static readonly Color Teal = new Color(0xFF008080);
///
/// Gets the system-defined color that has the ARGB value of #FFD8BFD8.
///
public static readonly Color Thistle = new Color(0xFFD8BFD8);
///
/// Gets the system-defined color that has the ARGB value of #FFFF6347.
///
public static readonly Color Tomato = new Color(0xFFFF6347);
///
/// Gets the system-defined color that has the ARGB value of #00FFFFFF.
///
public static readonly Color Transparent = new Color(0x00FFFFFF);
///
/// Gets the system-defined color that has the ARGB value of #FF40E0D0.
///
public static readonly Color Turquoise = new Color(0xFF40E0D0);
///
/// Gets the system-defined color that has the ARGB value of #FFEE82EE.
///
public static readonly Color Violet = new Color(0xFFEE82EE);
///
/// Gets the system-defined color that has the ARGB value of #FFF5DEB3.
///
public static readonly Color Wheat = new Color(0xFFF5DEB3);
///
/// Gets the system-defined color that has the ARGB value of #FFFFFFFF.
///
public static readonly Color White = new Color(0xFFFFFFFF);
///
/// Gets the system-defined color that has the ARGB value of #FFF5F5F5.
///
public static readonly Color WhiteSmoke = new Color(0xFFF5F5F5);
///
/// Gets the system-defined color that has the ARGB value of #FFFFFF00.
///
public static readonly Color Yellow = new Color(0xFFFFFF00);
///
/// Gets the system-defined color that has the ARGB value of #FF9ACD32.
///
public static readonly Color YellowGreen = new Color(0xFF9ACD32);
}
}