| File: Colors.cs | Web Access |
| Project: src\src\Graphics\src\Graphics\Graphics.csproj (Microsoft.Maui.Graphics) |
namespace Microsoft.Maui.Graphics { /// <summary> /// Represents all the system-defined colors. /// </summary> public static class Colors { /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFF0F8FF</c>.</summary> public static readonly Color AliceBlue = Color.FromUint(0xFFF0F8FF); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFFAEBD7</c>.</summary> public static readonly Color AntiqueWhite = Color.FromUint(0xFFFAEBD7); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF00FFFF</c>.</summary> public static readonly Color Aqua = Color.FromUint(0xFF00FFFF); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF7FFFD4</c>.</summary> public static readonly Color Aquamarine = Color.FromUint(0xFF7FFFD4); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFF0FFFF</c>.</summary> public static readonly Color Azure = Color.FromUint(0xFFF0FFFF); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFF5F5DC</c>.</summary> public static readonly Color Beige = Color.FromUint(0xFFF5F5DC); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFFFE4C4</c>.</summary> public static readonly Color Bisque = Color.FromUint(0xFFFFE4C4); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF000000</c>.</summary> public static readonly Color Black = Color.FromUint(0xFF000000); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFFFEBCD</c>.</summary> public static readonly Color BlanchedAlmond = Color.FromUint(0xFFFFEBCD); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF0000FF</c>.</summary> public static readonly Color Blue = Color.FromUint(0xFF0000FF); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF8A2BE2</c>.</summary> public static readonly Color BlueViolet = Color.FromUint(0xFF8A2BE2); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFA52A2A</c>.</summary> public static readonly Color Brown = Color.FromUint(0xFFA52A2A); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFDEB887</c>.</summary> public static readonly Color BurlyWood = Color.FromUint(0xFFDEB887); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF5F9EA0</c>.</summary> public static readonly Color CadetBlue = Color.FromUint(0xFF5F9EA0); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF7FFF00</c>.</summary> public static readonly Color Chartreuse = Color.FromUint(0xFF7FFF00); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFD2691E</c>.</summary> public static readonly Color Chocolate = Color.FromUint(0xFFD2691E); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFFF7F50</c>.</summary> public static readonly Color Coral = Color.FromUint(0xFFFF7F50); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF6495ED</c>.</summary> public static readonly Color CornflowerBlue = Color.FromUint(0xFF6495ED); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFFFF8DC</c>.</summary> public static readonly Color Cornsilk = Color.FromUint(0xFFFFF8DC); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFDC143C</c>.</summary> public static readonly Color Crimson = Color.FromUint(0xFFDC143C); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF00FFFF</c>.</summary> public static readonly Color Cyan = Color.FromUint(0xFF00FFFF); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF00008B</c>.</summary> public static readonly Color DarkBlue = Color.FromUint(0xFF00008B); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF008B8B</c>.</summary> public static readonly Color DarkCyan = Color.FromUint(0xFF008B8B); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFB8860B</c>.</summary> public static readonly Color DarkGoldenrod = Color.FromUint(0xFFB8860B); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFA9A9A9</c>.</summary> public static readonly Color DarkGray = Color.FromUint(0xFFA9A9A9); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF006400</c>.</summary> public static readonly Color DarkGreen = Color.FromUint(0xFF006400); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFA9A9A9</c>.</summary> public static readonly Color DarkGrey = DarkGray; /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFBDB76B</c>.</summary> public static readonly Color DarkKhaki = Color.FromUint(0xFFBDB76B); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF8B008B</c>.</summary> public static readonly Color DarkMagenta = Color.FromUint(0xFF8B008B); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF556B2F</c>.</summary> public static readonly Color DarkOliveGreen = Color.FromUint(0xFF556B2F); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFFF8C00</c>.</summary> public static readonly Color DarkOrange = Color.FromUint(0xFFFF8C00); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF9932CC</c>.</summary> public static readonly Color DarkOrchid = Color.FromUint(0xFF9932CC); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF8B0000</c>.</summary> public static readonly Color DarkRed = Color.FromUint(0xFF8B0000); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFE9967A</c>.</summary> public static readonly Color DarkSalmon = Color.FromUint(0xFFE9967A); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF8FBC8F</c>.</summary> public static readonly Color DarkSeaGreen = Color.FromUint(0xFF8FBC8F); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF483D8B</c>.</summary> public static readonly Color DarkSlateBlue = Color.FromUint(0xFF483D8B); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF2F4F4F</c>.</summary> public static readonly Color DarkSlateGray = Color.FromUint(0xFF2F4F4F); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF2F4F4F</c>.</summary> public static readonly Color DarkSlateGrey = DarkSlateGray; /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF00CED1</c>.</summary> public static readonly Color DarkTurquoise = Color.FromUint(0xFF00CED1); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF9400D3</c>.</summary> public static readonly Color DarkViolet = Color.FromUint(0xFF9400D3); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFFF1493</c>.</summary> public static readonly Color DeepPink = Color.FromUint(0xFFFF1493); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF00BFFF</c>.</summary> public static readonly Color DeepSkyBlue = Color.FromUint(0xFF00BFFF); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF696969</c>.</summary> public static readonly Color DimGray = Color.FromUint(0xFF696969); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF696969</c>.</summary> public static readonly Color DimGrey = DimGray; /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF1E90FF</c>.</summary> public static readonly Color DodgerBlue = Color.FromUint(0xFF1E90FF); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFB22222</c>.</summary> public static readonly Color Firebrick = Color.FromUint(0xFFB22222); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFFFFAF0</c>.</summary> public static readonly Color FloralWhite = Color.FromUint(0xFFFFFAF0); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF228B22</c>.</summary> public static readonly Color ForestGreen = Color.FromUint(0xFF228B22); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFFF00FF</c>.</summary> public static readonly Color Fuchsia = Color.FromUint(0xFFFF00FF); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFDCDCDC</c>.</summary> public static readonly Color Gainsboro = Color.FromUint(0xFFDCDCDC); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFF8F8FF</c>.</summary> public static readonly Color GhostWhite = Color.FromUint(0xFFF8F8FF); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFFFD700</c>.</summary> public static readonly Color Gold = Color.FromUint(0xFFFFD700); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFDAA520</c>.</summary> public static readonly Color Goldenrod = Color.FromUint(0xFFDAA520); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF808080</c>.</summary> public static readonly Color Gray = Color.FromUint(0xFF808080); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF008000</c>.</summary> public static readonly Color Green = Color.FromUint(0xFF008000); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFADFF2F</c>.</summary> public static readonly Color GreenYellow = Color.FromUint(0xFFADFF2F); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF808080</c>.</summary> public static readonly Color Grey = Gray; /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFF0FFF0</c>.</summary> public static readonly Color Honeydew = Color.FromUint(0xFFF0FFF0); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFFF69B4</c>.</summary> public static readonly Color HotPink = Color.FromUint(0xFFFF69B4); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFCD5C5C</c>.</summary> public static readonly Color IndianRed = Color.FromUint(0xFFCD5C5C); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF4B0082</c>.</summary> public static readonly Color Indigo = Color.FromUint(0xFF4B0082); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFFFFFF0</c>.</summary> public static readonly Color Ivory = Color.FromUint(0xFFFFFFF0); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFF0E68C</c>.</summary> public static readonly Color Khaki = Color.FromUint(0xFFF0E68C); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFE6E6FA</c>.</summary> public static readonly Color Lavender = Color.FromUint(0xFFE6E6FA); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFFFF0F5</c>.</summary> public static readonly Color LavenderBlush = Color.FromUint(0xFFFFF0F5); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF7CFC00</c>.</summary> public static readonly Color LawnGreen = Color.FromUint(0xFF7CFC00); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFFFFACD</c>.</summary> public static readonly Color LemonChiffon = Color.FromUint(0xFFFFFACD); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFADD8E6</c>.</summary> public static readonly Color LightBlue = Color.FromUint(0xFFADD8E6); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFF08080</c>.</summary> public static readonly Color LightCoral = Color.FromUint(0xFFF08080); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFE0FFFF</c>.</summary> public static readonly Color LightCyan = Color.FromUint(0xFFE0FFFF); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFFAFAD2</c>.</summary> public static readonly Color LightGoldenrodYellow = Color.FromUint(0xFFFAFAD2); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFD3D3D3</c>.</summary> public static readonly Color LightGray = Color.FromUint(0xFFD3D3D3); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF90EE90</c>.</summary> public static readonly Color LightGreen = Color.FromUint(0xFF90EE90); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFD3D3D3</c>.</summary> public static readonly Color LightGrey = LightGray; /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFFFB6C1</c>.</summary> public static readonly Color LightPink = Color.FromUint(0xFFFFB6C1); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFFFA07A</c>.</summary> public static readonly Color LightSalmon = Color.FromUint(0xFFFFA07A); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF20B2AA</c>.</summary> public static readonly Color LightSeaGreen = Color.FromUint(0xFF20B2AA); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF87CEFA</c>.</summary> public static readonly Color LightSkyBlue = Color.FromUint(0xFF87CEFA); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF778899</c>.</summary> public static readonly Color LightSlateGray = Color.FromUint(0xFF778899); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF778899</c>.</summary> public static readonly Color LightSlateGrey = LightSlateGray; /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFB0C4DE</c>.</summary> public static readonly Color LightSteelBlue = Color.FromUint(0xFFB0C4DE); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFFFFFE0</c>.</summary> public static readonly Color LightYellow = Color.FromUint(0xFFFFFFE0); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF00FF00</c>.</summary> public static readonly Color Lime = Color.FromUint(0xFF00FF00); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF32CD32</c>.</summary> public static readonly Color LimeGreen = Color.FromUint(0xFF32CD32); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFFAF0E6</c>.</summary> public static readonly Color Linen = Color.FromUint(0xFFFAF0E6); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFFF00FF</c>.</summary> public static readonly Color Magenta = Color.FromUint(0xFFFF00FF); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF800000</c>.</summary> public static readonly Color Maroon = Color.FromUint(0xFF800000); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF66CDAA</c>.</summary> public static readonly Color MediumAquamarine = Color.FromUint(0xFF66CDAA); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF0000CD</c>.</summary> public static readonly Color MediumBlue = Color.FromUint(0xFF0000CD); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFBA55D3</c>.</summary> public static readonly Color MediumOrchid = Color.FromUint(0xFFBA55D3); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF9370D8</c>.</summary> public static readonly Color MediumPurple = Color.FromUint(0xFF9370D8); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF3CB371</c>.</summary> public static readonly Color MediumSeaGreen = Color.FromUint(0xFF3CB371); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF7B68EE</c>.</summary> public static readonly Color MediumSlateBlue = Color.FromUint(0xFF7B68EE); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF00FA9A</c>.</summary> public static readonly Color MediumSpringGreen = Color.FromUint(0xFF00FA9A); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF48D1CC</c>.</summary> public static readonly Color MediumTurquoise = Color.FromUint(0xFF48D1CC); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFC71585</c>.</summary> public static readonly Color MediumVioletRed = Color.FromUint(0xFFC71585); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF191970</c>.</summary> public static readonly Color MidnightBlue = Color.FromUint(0xFF191970); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFF5FFFA</c>.</summary> public static readonly Color MintCream = Color.FromUint(0xFFF5FFFA); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFFFE4E1</c>.</summary> public static readonly Color MistyRose = Color.FromUint(0xFFFFE4E1); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFFFE4B5</c>.</summary> public static readonly Color Moccasin = Color.FromUint(0xFFFFE4B5); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFFFDEAD</c>.</summary> public static readonly Color NavajoWhite = Color.FromUint(0xFFFFDEAD); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF000080</c>.</summary> public static readonly Color Navy = Color.FromUint(0xFF000080); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFFDF5E6</c>.</summary> public static readonly Color OldLace = Color.FromUint(0xFFFDF5E6); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF808000</c>.</summary> public static readonly Color Olive = Color.FromUint(0xFF808000); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF6B8E23</c>.</summary> public static readonly Color OliveDrab = Color.FromUint(0xFF6B8E23); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFFFA500</c>.</summary> public static readonly Color Orange = Color.FromUint(0xFFFFA500); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFFF4500</c>.</summary> public static readonly Color OrangeRed = Color.FromUint(0xFFFF4500); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFDA70D6</c>.</summary> public static readonly Color Orchid = Color.FromUint(0xFFDA70D6); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFEEE8AA</c>.</summary> public static readonly Color PaleGoldenrod = Color.FromUint(0xFFEEE8AA); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF98FB98</c>.</summary> public static readonly Color PaleGreen = Color.FromUint(0xFF98FB98); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFAFEEEE</c>.</summary> public static readonly Color PaleTurquoise = Color.FromUint(0xFFAFEEEE); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFD87093</c>.</summary> public static readonly Color PaleVioletRed = Color.FromUint(0xFFD87093); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFFFEFD5</c>.</summary> public static readonly Color PapayaWhip = Color.FromUint(0xFFFFEFD5); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFFFDAB9</c>.</summary> public static readonly Color PeachPuff = Color.FromUint(0xFFFFDAB9); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFCD853F</c>.</summary> public static readonly Color Peru = Color.FromUint(0xFFCD853F); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFFFC0CB</c>.</summary> public static readonly Color Pink = Color.FromUint(0xFFFFC0CB); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFDDA0DD</c>.</summary> public static readonly Color Plum = Color.FromUint(0xFFDDA0DD); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFB0E0E6</c>.</summary> public static readonly Color PowderBlue = Color.FromUint(0xFFB0E0E6); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF800080</c>.</summary> public static readonly Color Purple = Color.FromUint(0xFF800080); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFFF0000</c>.</summary> public static readonly Color Red = Color.FromUint(0xFFFF0000); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFBC8F8F</c>.</summary> public static readonly Color RosyBrown = Color.FromUint(0xFFBC8F8F); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF4169E1</c>.</summary> public static readonly Color RoyalBlue = Color.FromUint(0xFF4169E1); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF8B4513</c>.</summary> public static readonly Color SaddleBrown = Color.FromUint(0xFF8B4513); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFFA8072</c>.</summary> public static readonly Color Salmon = Color.FromUint(0xFFFA8072); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFF4A460</c>.</summary> public static readonly Color SandyBrown = Color.FromUint(0xFFF4A460); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF2E8B57</c>.</summary> public static readonly Color SeaGreen = Color.FromUint(0xFF2E8B57); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFFFF5EE</c>.</summary> public static readonly Color SeaShell = Color.FromUint(0xFFFFF5EE); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFA0522D</c>.</summary> public static readonly Color Sienna = Color.FromUint(0xFFA0522D); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFC0C0C0</c>.</summary> public static readonly Color Silver = Color.FromUint(0xFFC0C0C0); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF87CEEB</c>.</summary> public static readonly Color SkyBlue = Color.FromUint(0xFF87CEEB); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF6A5ACD</c>.</summary> public static readonly Color SlateBlue = Color.FromUint(0xFF6A5ACD); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF708090</c>.</summary> public static readonly Color SlateGray = Color.FromUint(0xFF708090); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF708090</c>.</summary> public static readonly Color SlateGrey = SlateGray; /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFFFFAFA</c>.</summary> public static readonly Color Snow = Color.FromUint(0xFFFFFAFA); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF00FF7F</c>.</summary> public static readonly Color SpringGreen = Color.FromUint(0xFF00FF7F); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF4682B4</c>.</summary> public static readonly Color SteelBlue = Color.FromUint(0xFF4682B4); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFD2B48C</c>.</summary> public static readonly Color Tan = Color.FromUint(0xFFD2B48C); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF008080</c>.</summary> public static readonly Color Teal = Color.FromUint(0xFF008080); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFD8BFD8</c>.</summary> public static readonly Color Thistle = Color.FromUint(0xFFD8BFD8); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFFF6347</c>.</summary> public static readonly Color Tomato = Color.FromUint(0xFFFF6347); /// <summary>Gets the system-defined color that has an ARGB value of <c>#00000000</c>.</summary> public static readonly Color Transparent = Color.FromUint(0x00000000); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF40E0D0</c>.</summary> public static readonly Color Turquoise = Color.FromUint(0xFF40E0D0); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFEE82EE</c>.</summary> public static readonly Color Violet = Color.FromUint(0xFFEE82EE); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFF5DEB3</c>.</summary> public static readonly Color Wheat = Color.FromUint(0xFFF5DEB3); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFFFFFFF</c>.</summary> public static readonly Color White = Color.FromUint(0xFFFFFFFF); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFF5F5F5</c>.</summary> public static readonly Color WhiteSmoke = Color.FromUint(0xFFF5F5F5); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FFFFFF00</c>.</summary> public static readonly Color Yellow = Color.FromUint(0xFFFFFF00); /// <summary>Gets the system-defined color that has an ARGB value of <c>#FF9ACD32</c>.</summary> public static readonly Color YellowGreen = Color.FromUint(0xFF9ACD32); } }