diff --git a/src/ImageSharp/PixelFormats/PixelImplementations/Rgba32.Definitions.cs b/src/ImageSharp/PixelFormats/PixelImplementations/Rgba32.Definitions.cs
index 032d0b5464..f9cc3256cd 100644
--- a/src/ImageSharp/PixelFormats/PixelImplementations/Rgba32.Definitions.cs
+++ b/src/ImageSharp/PixelFormats/PixelImplementations/Rgba32.Definitions.cs
@@ -11,711 +11,711 @@ namespace SixLabors.ImageSharp.PixelFormats
///
/// Represents a matching the W3C definition that has an hex value of #F0F8FF.
///
- public static readonly Rgba32 AliceBlue = NamedColors.AliceBlue;
+ public static readonly Rgba32 AliceBlue = Color.AliceBlue;
///
/// Represents a matching the W3C definition that has an hex value of #FAEBD7.
///
- public static readonly Rgba32 AntiqueWhite = NamedColors.AntiqueWhite;
+ public static readonly Rgba32 AntiqueWhite = Color.AntiqueWhite;
///
/// Represents a matching the W3C definition that has an hex value of #00FFFF.
///
- public static readonly Rgba32 Aqua = NamedColors.Aqua;
+ public static readonly Rgba32 Aqua = Color.Aqua;
///
/// Represents a matching the W3C definition that has an hex value of #7FFFD4.
///
- public static readonly Rgba32 Aquamarine = NamedColors.Aquamarine;
+ public static readonly Rgba32 Aquamarine = Color.Aquamarine;
///
/// Represents a matching the W3C definition that has an hex value of #F0FFFF.
///
- public static readonly Rgba32 Azure = NamedColors.Azure;
+ public static readonly Rgba32 Azure = Color.Azure;
///
/// Represents a matching the W3C definition that has an hex value of #F5F5DC.
///
- public static readonly Rgba32 Beige = NamedColors.Beige;
+ public static readonly Rgba32 Beige = Color.Beige;
///
/// Represents a matching the W3C definition that has an hex value of #FFE4C4.
///
- public static readonly Rgba32 Bisque = NamedColors.Bisque;
+ public static readonly Rgba32 Bisque = Color.Bisque;
///
/// Represents a matching the W3C definition that has an hex value of #000000.
///
- public static readonly Rgba32 Black = NamedColors.Black;
+ public static readonly Rgba32 Black = Color.Black;
///
/// Represents a matching the W3C definition that has an hex value of #FFEBCD.
///
- public static readonly Rgba32 BlanchedAlmond = NamedColors.BlanchedAlmond;
+ public static readonly Rgba32 BlanchedAlmond = Color.BlanchedAlmond;
///
/// Represents a matching the W3C definition that has an hex value of #0000FF.
///
- public static readonly Rgba32 Blue = NamedColors.Blue;
+ public static readonly Rgba32 Blue = Color.Blue;
///
/// Represents a matching the W3C definition that has an hex value of #8A2BE2.
///
- public static readonly Rgba32 BlueViolet = NamedColors.BlueViolet;
+ public static readonly Rgba32 BlueViolet = Color.BlueViolet;
///
/// Represents a matching the W3C definition that has an hex value of #A52A2A.
///
- public static readonly Rgba32 Brown = NamedColors.Brown;
+ public static readonly Rgba32 Brown = Color.Brown;
///
/// Represents a matching the W3C definition that has an hex value of #DEB887.
///
- public static readonly Rgba32 BurlyWood = NamedColors.BurlyWood;
+ public static readonly Rgba32 BurlyWood = Color.BurlyWood;
///
/// Represents a matching the W3C definition that has an hex value of #5F9EA0.
///
- public static readonly Rgba32 CadetBlue = NamedColors.CadetBlue;
+ public static readonly Rgba32 CadetBlue = Color.CadetBlue;
///
/// Represents a matching the W3C definition that has an hex value of #7FFF00.
///
- public static readonly Rgba32 Chartreuse = NamedColors.Chartreuse;
+ public static readonly Rgba32 Chartreuse = Color.Chartreuse;
///
/// Represents a matching the W3C definition that has an hex value of #D2691E.
///
- public static readonly Rgba32 Chocolate = NamedColors.Chocolate;
+ public static readonly Rgba32 Chocolate = Color.Chocolate;
///
/// Represents a matching the W3C definition that has an hex value of #FF7F50.
///
- public static readonly Rgba32 Coral = NamedColors.Coral;
+ public static readonly Rgba32 Coral = Color.Coral;
///
/// Represents a matching the W3C definition that has an hex value of #6495ED.
///
- public static readonly Rgba32 CornflowerBlue = NamedColors.CornflowerBlue;
+ public static readonly Rgba32 CornflowerBlue = Color.CornflowerBlue;
///
/// Represents a matching the W3C definition that has an hex value of #FFF8DC.
///
- public static readonly Rgba32 Cornsilk = NamedColors.Cornsilk;
+ public static readonly Rgba32 Cornsilk = Color.Cornsilk;
///
/// Represents a matching the W3C definition that has an hex value of #DC143C.
///
- public static readonly Rgba32 Crimson = NamedColors.Crimson;
+ public static readonly Rgba32 Crimson = Color.Crimson;
///
/// Represents a matching the W3C definition that has an hex value of #00FFFF.
///
- public static readonly Rgba32 Cyan = NamedColors.Cyan;
+ public static readonly Rgba32 Cyan = Color.Cyan;
///
/// Represents a matching the W3C definition that has an hex value of #00008B.
///
- public static readonly Rgba32 DarkBlue = NamedColors.DarkBlue;
+ public static readonly Rgba32 DarkBlue = Color.DarkBlue;
///
/// Represents a matching the W3C definition that has an hex value of #008B8B.
///
- public static readonly Rgba32 DarkCyan = NamedColors.DarkCyan;
+ public static readonly Rgba32 DarkCyan = Color.DarkCyan;
///
/// Represents a matching the W3C definition that has an hex value of #B8860B.
///
- public static readonly Rgba32 DarkGoldenrod = NamedColors.DarkGoldenrod;
+ public static readonly Rgba32 DarkGoldenrod = Color.DarkGoldenrod;
///
/// Represents a matching the W3C definition that has an hex value of #A9A9A9.
///
- public static readonly Rgba32 DarkGray = NamedColors.DarkGray;
+ public static readonly Rgba32 DarkGray = Color.DarkGray;
///
/// Represents a matching the W3C definition that has an hex value of #006400.
///
- public static readonly Rgba32 DarkGreen = NamedColors.DarkGreen;
+ public static readonly Rgba32 DarkGreen = Color.DarkGreen;
///
/// Represents a matching the W3C definition that has an hex value of #BDB76B.
///
- public static readonly Rgba32 DarkKhaki = NamedColors.DarkKhaki;
+ public static readonly Rgba32 DarkKhaki = Color.DarkKhaki;
///
/// Represents a matching the W3C definition that has an hex value of #8B008B.
///
- public static readonly Rgba32 DarkMagenta = NamedColors.DarkMagenta;
+ public static readonly Rgba32 DarkMagenta = Color.DarkMagenta;
///
/// Represents a matching the W3C definition that has an hex value of #556B2F.
///
- public static readonly Rgba32 DarkOliveGreen = NamedColors.DarkOliveGreen;
+ public static readonly Rgba32 DarkOliveGreen = Color.DarkOliveGreen;
///
/// Represents a matching the W3C definition that has an hex value of #FF8C00.
///
- public static readonly Rgba32 DarkOrange = NamedColors.DarkOrange;
+ public static readonly Rgba32 DarkOrange = Color.DarkOrange;
///
/// Represents a matching the W3C definition that has an hex value of #9932CC.
///
- public static readonly Rgba32 DarkOrchid = NamedColors.DarkOrchid;
+ public static readonly Rgba32 DarkOrchid = Color.DarkOrchid;
///
/// Represents a matching the W3C definition that has an hex value of #8B0000.
///
- public static readonly Rgba32 DarkRed = NamedColors.DarkRed;
+ public static readonly Rgba32 DarkRed = Color.DarkRed;
///
/// Represents a matching the W3C definition that has an hex value of #E9967A.
///
- public static readonly Rgba32 DarkSalmon = NamedColors.DarkSalmon;
+ public static readonly Rgba32 DarkSalmon = Color.DarkSalmon;
///
/// Represents a matching the W3C definition that has an hex value of #8FBC8B.
///
- public static readonly Rgba32 DarkSeaGreen = NamedColors.DarkSeaGreen;
+ public static readonly Rgba32 DarkSeaGreen = Color.DarkSeaGreen;
///
/// Represents a matching the W3C definition that has an hex value of #483D8B.
///
- public static readonly Rgba32 DarkSlateBlue = NamedColors.DarkSlateBlue;
+ public static readonly Rgba32 DarkSlateBlue = Color.DarkSlateBlue;
///
/// Represents a matching the W3C definition that has an hex value of #2F4F4F.
///
- public static readonly Rgba32 DarkSlateGray = NamedColors.DarkSlateGray;
+ public static readonly Rgba32 DarkSlateGray = Color.DarkSlateGray;
///
/// Represents a matching the W3C definition that has an hex value of #00CED1.
///
- public static readonly Rgba32 DarkTurquoise = NamedColors.DarkTurquoise;
+ public static readonly Rgba32 DarkTurquoise = Color.DarkTurquoise;
///
/// Represents a matching the W3C definition that has an hex value of #9400D3.
///
- public static readonly Rgba32 DarkViolet = NamedColors.DarkViolet;
+ public static readonly Rgba32 DarkViolet = Color.DarkViolet;
///
/// Represents a matching the W3C definition that has an hex value of #FF1493.
///
- public static readonly Rgba32 DeepPink = NamedColors.DeepPink;
+ public static readonly Rgba32 DeepPink = Color.DeepPink;
///
/// Represents a matching the W3C definition that has an hex value of #00BFFF.
///
- public static readonly Rgba32 DeepSkyBlue = NamedColors.DeepSkyBlue;
+ public static readonly Rgba32 DeepSkyBlue = Color.DeepSkyBlue;
///
/// Represents a matching the W3C definition that has an hex value of #696969.
///
- public static readonly Rgba32 DimGray = NamedColors.DimGray;
+ public static readonly Rgba32 DimGray = Color.DimGray;
///
/// Represents a matching the W3C definition that has an hex value of #1E90FF.
///
- public static readonly Rgba32 DodgerBlue = NamedColors.DodgerBlue;
+ public static readonly Rgba32 DodgerBlue = Color.DodgerBlue;
///
/// Represents a matching the W3C definition that has an hex value of #B22222.
///
- public static readonly Rgba32 Firebrick = NamedColors.Firebrick;
+ public static readonly Rgba32 Firebrick = Color.Firebrick;
///
/// Represents a matching the W3C definition that has an hex value of #FFFAF0.
///
- public static readonly Rgba32 FloralWhite = NamedColors.FloralWhite;
+ public static readonly Rgba32 FloralWhite = Color.FloralWhite;
///
/// Represents a matching the W3C definition that has an hex value of #228B22.
///
- public static readonly Rgba32 ForestGreen = NamedColors.ForestGreen;
+ public static readonly Rgba32 ForestGreen = Color.ForestGreen;
///
/// Represents a matching the W3C definition that has an hex value of #FF00FF.
///
- public static readonly Rgba32 Fuchsia = NamedColors.Fuchsia;
+ public static readonly Rgba32 Fuchsia = Color.Fuchsia;
///
/// Represents a matching the W3C definition that has an hex value of #DCDCDC.
///
- public static readonly Rgba32 Gainsboro = NamedColors.Gainsboro;
+ public static readonly Rgba32 Gainsboro = Color.Gainsboro;
///
/// Represents a matching the W3C definition that has an hex value of #F8F8FF.
///
- public static readonly Rgba32 GhostWhite = NamedColors.GhostWhite;
+ public static readonly Rgba32 GhostWhite = Color.GhostWhite;
///
/// Represents a matching the W3C definition that has an hex value of #FFD700.
///
- public static readonly Rgba32 Gold = NamedColors.Gold;
+ public static readonly Rgba32 Gold = Color.Gold;
///
/// Represents a matching the W3C definition that has an hex value of #DAA520.
///
- public static readonly Rgba32 Goldenrod = NamedColors.Goldenrod;
+ public static readonly Rgba32 Goldenrod = Color.Goldenrod;
///
/// Represents a matching the W3C definition that has an hex value of #808080.
///
- public static readonly Rgba32 Gray = NamedColors.Gray;
+ public static readonly Rgba32 Gray = Color.Gray;
///
/// Represents a matching the W3C definition that has an hex value of #008000.
///
- public static readonly Rgba32 Green = NamedColors.Green;
+ public static readonly Rgba32 Green = Color.Green;
///
/// Represents a matching the W3C definition that has an hex value of #ADFF2F.
///
- public static readonly Rgba32 GreenYellow = NamedColors.GreenYellow;
+ public static readonly Rgba32 GreenYellow = Color.GreenYellow;
///
/// Represents a matching the W3C definition that has an hex value of #F0FFF0.
///
- public static readonly Rgba32 Honeydew = NamedColors.Honeydew;
+ public static readonly Rgba32 Honeydew = Color.Honeydew;
///
/// Represents a matching the W3C definition that has an hex value of #FF69B4.
///
- public static readonly Rgba32 HotPink = NamedColors.HotPink;
+ public static readonly Rgba32 HotPink = Color.HotPink;
///
/// Represents a matching the W3C definition that has an hex value of #CD5C5C.
///
- public static readonly Rgba32 IndianRed = NamedColors.IndianRed;
+ public static readonly Rgba32 IndianRed = Color.IndianRed;
///
/// Represents a matching the W3C definition that has an hex value of #4B0082.
///
- public static readonly Rgba32 Indigo = NamedColors.Indigo;
+ public static readonly Rgba32 Indigo = Color.Indigo;
///
/// Represents a matching the W3C definition that has an hex value of #FFFFF0.
///
- public static readonly Rgba32 Ivory = NamedColors.Ivory;
+ public static readonly Rgba32 Ivory = Color.Ivory;
///
/// Represents a matching the W3C definition that has an hex value of #F0E68C.
///
- public static readonly Rgba32 Khaki = NamedColors.Khaki;
+ public static readonly Rgba32 Khaki = Color.Khaki;
///
/// Represents a matching the W3C definition that has an hex value of #E6E6FA.
///
- public static readonly Rgba32 Lavender = NamedColors.Lavender;
+ public static readonly Rgba32 Lavender = Color.Lavender;
///
/// Represents a matching the W3C definition that has an hex value of #FFF0F5.
///
- public static readonly Rgba32 LavenderBlush = NamedColors.LavenderBlush;
+ public static readonly Rgba32 LavenderBlush = Color.LavenderBlush;
///
/// Represents a matching the W3C definition that has an hex value of #7CFC00.
///
- public static readonly Rgba32 LawnGreen = NamedColors.LawnGreen;
+ public static readonly Rgba32 LawnGreen = Color.LawnGreen;
///
/// Represents a matching the W3C definition that has an hex value of #FFFACD.
///
- public static readonly Rgba32 LemonChiffon = NamedColors.LemonChiffon;
+ public static readonly Rgba32 LemonChiffon = Color.LemonChiffon;
///
/// Represents a matching the W3C definition that has an hex value of #ADD8E6.
///
- public static readonly Rgba32 LightBlue = NamedColors.LightBlue;
+ public static readonly Rgba32 LightBlue = Color.LightBlue;
///
/// Represents a matching the W3C definition that has an hex value of #F08080.
///
- public static readonly Rgba32 LightCoral = NamedColors.LightCoral;
+ public static readonly Rgba32 LightCoral = Color.LightCoral;
///
/// Represents a matching the W3C definition that has an hex value of #E0FFFF.
///
- public static readonly Rgba32 LightCyan = NamedColors.LightCyan;
+ public static readonly Rgba32 LightCyan = Color.LightCyan;
///
/// Represents a matching the W3C definition that has an hex value of #FAFAD2.
///
- public static readonly Rgba32 LightGoldenrodYellow = NamedColors.LightGoldenrodYellow;
+ public static readonly Rgba32 LightGoldenrodYellow = Color.LightGoldenrodYellow;
///
/// Represents a matching the W3C definition that has an hex value of #D3D3D3.
///
- public static readonly Rgba32 LightGray = NamedColors.LightGray;
+ public static readonly Rgba32 LightGray = Color.LightGray;
///
/// Represents a matching the W3C definition that has an hex value of #90EE90.
///
- public static readonly Rgba32 LightGreen = NamedColors.LightGreen;
+ public static readonly Rgba32 LightGreen = Color.LightGreen;
///
/// Represents a matching the W3C definition that has an hex value of #FFB6C1.
///
- public static readonly Rgba32 LightPink = NamedColors.LightPink;
+ public static readonly Rgba32 LightPink = Color.LightPink;
///
/// Represents a matching the W3C definition that has an hex value of #FFA07A.
///
- public static readonly Rgba32 LightSalmon = NamedColors.LightSalmon;
+ public static readonly Rgba32 LightSalmon = Color.LightSalmon;
///
/// Represents a matching the W3C definition that has an hex value of #20B2AA.
///
- public static readonly Rgba32 LightSeaGreen = NamedColors.LightSeaGreen;
+ public static readonly Rgba32 LightSeaGreen = Color.LightSeaGreen;
///
/// Represents a matching the W3C definition that has an hex value of #87CEFA.
///
- public static readonly Rgba32 LightSkyBlue = NamedColors.LightSkyBlue;
+ public static readonly Rgba32 LightSkyBlue = Color.LightSkyBlue;
///
/// Represents a matching the W3C definition that has an hex value of #778899.
///
- public static readonly Rgba32 LightSlateGray = NamedColors.LightSlateGray;
+ public static readonly Rgba32 LightSlateGray = Color.LightSlateGray;
///
/// Represents a matching the W3C definition that has an hex value of #B0C4DE.
///
- public static readonly Rgba32 LightSteelBlue = NamedColors.LightSteelBlue;
+ public static readonly Rgba32 LightSteelBlue = Color.LightSteelBlue;
///
/// Represents a matching the W3C definition that has an hex value of #FFFFE0.
///
- public static readonly Rgba32 LightYellow = NamedColors.LightYellow;
+ public static readonly Rgba32 LightYellow = Color.LightYellow;
///
/// Represents a matching the W3C definition that has an hex value of #00FF00.
///
- public static readonly Rgba32 Lime = NamedColors.Lime;
+ public static readonly Rgba32 Lime = Color.Lime;
///
/// Represents a matching the W3C definition that has an hex value of #32CD32.
///
- public static readonly Rgba32 LimeGreen = NamedColors.LimeGreen;
+ public static readonly Rgba32 LimeGreen = Color.LimeGreen;
///
/// Represents a matching the W3C definition that has an hex value of #FAF0E6.
///
- public static readonly Rgba32 Linen = NamedColors.Linen;
+ public static readonly Rgba32 Linen = Color.Linen;
///
/// Represents a matching the W3C definition that has an hex value of #FF00FF.
///
- public static readonly Rgba32 Magenta = NamedColors.Magenta;
+ public static readonly Rgba32 Magenta = Color.Magenta;
///
/// Represents a matching the W3C definition that has an hex value of #800000.
///
- public static readonly Rgba32 Maroon = NamedColors.Maroon;
+ public static readonly Rgba32 Maroon = Color.Maroon;
///
/// Represents a matching the W3C definition that has an hex value of #66CDAA.
///
- public static readonly Rgba32 MediumAquamarine = NamedColors.MediumAquamarine;
+ public static readonly Rgba32 MediumAquamarine = Color.MediumAquamarine;
///
/// Represents a matching the W3C definition that has an hex value of #0000CD.
///
- public static readonly Rgba32 MediumBlue = NamedColors.MediumBlue;
+ public static readonly Rgba32 MediumBlue = Color.MediumBlue;
///
/// Represents a matching the W3C definition that has an hex value of #BA55D3.
///
- public static readonly Rgba32 MediumOrchid = NamedColors.MediumOrchid;
+ public static readonly Rgba32 MediumOrchid = Color.MediumOrchid;
///
/// Represents a matching the W3C definition that has an hex value of #9370DB.
///
- public static readonly Rgba32 MediumPurple = NamedColors.MediumPurple;
+ public static readonly Rgba32 MediumPurple = Color.MediumPurple;
///
/// Represents a matching the W3C definition that has an hex value of #3CB371.
///
- public static readonly Rgba32 MediumSeaGreen = NamedColors.MediumSeaGreen;
+ public static readonly Rgba32 MediumSeaGreen = Color.MediumSeaGreen;
///
/// Represents a matching the W3C definition that has an hex value of #7B68EE.
///
- public static readonly Rgba32 MediumSlateBlue = NamedColors.MediumSlateBlue;
+ public static readonly Rgba32 MediumSlateBlue = Color.MediumSlateBlue;
///
/// Represents a matching the W3C definition that has an hex value of #00FA9A.
///
- public static readonly Rgba32 MediumSpringGreen = NamedColors.MediumSpringGreen;
+ public static readonly Rgba32 MediumSpringGreen = Color.MediumSpringGreen;
///
/// Represents a matching the W3C definition that has an hex value of #48D1CC.
///
- public static readonly Rgba32 MediumTurquoise = NamedColors.MediumTurquoise;
+ public static readonly Rgba32 MediumTurquoise = Color.MediumTurquoise;
///
/// Represents a matching the W3C definition that has an hex value of #C71585.
///
- public static readonly Rgba32 MediumVioletRed = NamedColors.MediumVioletRed;
+ public static readonly Rgba32 MediumVioletRed = Color.MediumVioletRed;
///
/// Represents a matching the W3C definition that has an hex value of #191970.
///
- public static readonly Rgba32 MidnightBlue = NamedColors.MidnightBlue;
+ public static readonly Rgba32 MidnightBlue = Color.MidnightBlue;
///
/// Represents a matching the W3C definition that has an hex value of #F5FFFA.
///
- public static readonly Rgba32 MintCream = NamedColors.MintCream;
+ public static readonly Rgba32 MintCream = Color.MintCream;
///
/// Represents a matching the W3C definition that has an hex value of #FFE4E1.
///
- public static readonly Rgba32 MistyRose = NamedColors.MistyRose;
+ public static readonly Rgba32 MistyRose = Color.MistyRose;
///
/// Represents a matching the W3C definition that has an hex value of #FFE4B5.
///
- public static readonly Rgba32 Moccasin = NamedColors.Moccasin;
+ public static readonly Rgba32 Moccasin = Color.Moccasin;
///
/// Represents a matching the W3C definition that has an hex value of #FFDEAD.
///
- public static readonly Rgba32 NavajoWhite = NamedColors.NavajoWhite;
+ public static readonly Rgba32 NavajoWhite = Color.NavajoWhite;
///
/// Represents a matching the W3C definition that has an hex value of #000080.
///
- public static readonly Rgba32 Navy = NamedColors.Navy;
+ public static readonly Rgba32 Navy = Color.Navy;
///
/// Represents a matching the W3C definition that has an hex value of #FDF5E6.
///
- public static readonly Rgba32 OldLace = NamedColors.OldLace;
+ public static readonly Rgba32 OldLace = Color.OldLace;
///
/// Represents a matching the W3C definition that has an hex value of #808000.
///
- public static readonly Rgba32 Olive = NamedColors.Olive;
+ public static readonly Rgba32 Olive = Color.Olive;
///
/// Represents a matching the W3C definition that has an hex value of #6B8E23.
///
- public static readonly Rgba32 OliveDrab = NamedColors.OliveDrab;
+ public static readonly Rgba32 OliveDrab = Color.OliveDrab;
///
/// Represents a matching the W3C definition that has an hex value of #FFA500.
///
- public static readonly Rgba32 Orange = NamedColors.Orange;
+ public static readonly Rgba32 Orange = Color.Orange;
///
/// Represents a matching the W3C definition that has an hex value of #FF4500.
///
- public static readonly Rgba32 OrangeRed = NamedColors.OrangeRed;
+ public static readonly Rgba32 OrangeRed = Color.OrangeRed;
///
/// Represents a matching the W3C definition that has an hex value of #DA70D6.
///
- public static readonly Rgba32 Orchid = NamedColors.Orchid;
+ public static readonly Rgba32 Orchid = Color.Orchid;
///
/// Represents a matching the W3C definition that has an hex value of #EEE8AA.
///
- public static readonly Rgba32 PaleGoldenrod = NamedColors.PaleGoldenrod;
+ public static readonly Rgba32 PaleGoldenrod = Color.PaleGoldenrod;
///
/// Represents a matching the W3C definition that has an hex value of #98FB98.
///
- public static readonly Rgba32 PaleGreen = NamedColors.PaleGreen;
+ public static readonly Rgba32 PaleGreen = Color.PaleGreen;
///
/// Represents a matching the W3C definition that has an hex value of #AFEEEE.
///
- public static readonly Rgba32 PaleTurquoise = NamedColors.PaleTurquoise;
+ public static readonly Rgba32 PaleTurquoise = Color.PaleTurquoise;
///
/// Represents a matching the W3C definition that has an hex value of #DB7093.
///
- public static readonly Rgba32 PaleVioletRed = NamedColors.PaleVioletRed;
+ public static readonly Rgba32 PaleVioletRed = Color.PaleVioletRed;
///
/// Represents a matching the W3C definition that has an hex value of #FFEFD5.
///
- public static readonly Rgba32 PapayaWhip = NamedColors.PapayaWhip;
+ public static readonly Rgba32 PapayaWhip = Color.PapayaWhip;
///
/// Represents a matching the W3C definition that has an hex value of #FFDAB9.
///
- public static readonly Rgba32 PeachPuff = NamedColors.PeachPuff;
+ public static readonly Rgba32 PeachPuff = Color.PeachPuff;
///
/// Represents a matching the W3C definition that has an hex value of #CD853F.
///
- public static readonly Rgba32 Peru = NamedColors.Peru;
+ public static readonly Rgba32 Peru = Color.Peru;
///
/// Represents a matching the W3C definition that has an hex value of #FFC0CB.
///
- public static readonly Rgba32 Pink = NamedColors.Pink;
+ public static readonly Rgba32 Pink = Color.Pink;
///
/// Represents a matching the W3C definition that has an hex value of #DDA0DD.
///
- public static readonly Rgba32 Plum = NamedColors.Plum;
+ public static readonly Rgba32 Plum = Color.Plum;
///
/// Represents a matching the W3C definition that has an hex value of #B0E0E6.
///
- public static readonly Rgba32 PowderBlue = NamedColors.PowderBlue;
+ public static readonly Rgba32 PowderBlue = Color.PowderBlue;
///
/// Represents a matching the W3C definition that has an hex value of #800080.
///
- public static readonly Rgba32 Purple = NamedColors.Purple;
+ public static readonly Rgba32 Purple = Color.Purple;
///
/// Represents a matching the W3C definition that has an hex value of #663399.
///
- public static readonly Rgba32 RebeccaPurple = NamedColors.RebeccaPurple;
+ public static readonly Rgba32 RebeccaPurple = Color.RebeccaPurple;
///
/// Represents a matching the W3C definition that has an hex value of #FF0000.
///
- public static readonly Rgba32 Red = NamedColors.Red;
+ public static readonly Rgba32 Red = Color.Red;
///
/// Represents a matching the W3C definition that has an hex value of #BC8F8F.
///
- public static readonly Rgba32 RosyBrown = NamedColors.RosyBrown;
+ public static readonly Rgba32 RosyBrown = Color.RosyBrown;
///
/// Represents a matching the W3C definition that has an hex value of #4169E1.
///
- public static readonly Rgba32 RoyalBlue = NamedColors.RoyalBlue;
+ public static readonly Rgba32 RoyalBlue = Color.RoyalBlue;
///
/// Represents a matching the W3C definition that has an hex value of #8B4513.
///
- public static readonly Rgba32 SaddleBrown = NamedColors.SaddleBrown;
+ public static readonly Rgba32 SaddleBrown = Color.SaddleBrown;
///
/// Represents a matching the W3C definition that has an hex value of #FA8072.
///
- public static readonly Rgba32 Salmon = NamedColors.Salmon;
+ public static readonly Rgba32 Salmon = Color.Salmon;
///
/// Represents a matching the W3C definition that has an hex value of #F4A460.
///
- public static readonly Rgba32 SandyBrown = NamedColors.SandyBrown;
+ public static readonly Rgba32 SandyBrown = Color.SandyBrown;
///
/// Represents a matching the W3C definition that has an hex value of #2E8B57.
///
- public static readonly Rgba32 SeaGreen = NamedColors.SeaGreen;
+ public static readonly Rgba32 SeaGreen = Color.SeaGreen;
///
/// Represents a matching the W3C definition that has an hex value of #FFF5EE.
///
- public static readonly Rgba32 SeaShell = NamedColors.SeaShell;
+ public static readonly Rgba32 SeaShell = Color.SeaShell;
///
/// Represents a matching the W3C definition that has an hex value of #A0522D.
///
- public static readonly Rgba32 Sienna = NamedColors.Sienna;
+ public static readonly Rgba32 Sienna = Color.Sienna;
///
/// Represents a matching the W3C definition that has an hex value of #C0C0C0.
///
- public static readonly Rgba32 Silver = NamedColors.Silver;
+ public static readonly Rgba32 Silver = Color.Silver;
///
/// Represents a matching the W3C definition that has an hex value of #87CEEB.
///
- public static readonly Rgba32 SkyBlue = NamedColors.SkyBlue;
+ public static readonly Rgba32 SkyBlue = Color.SkyBlue;
///
/// Represents a matching the W3C definition that has an hex value of #6A5ACD.
///
- public static readonly Rgba32 SlateBlue = NamedColors.SlateBlue;
+ public static readonly Rgba32 SlateBlue = Color.SlateBlue;
///
/// Represents a matching the W3C definition that has an hex value of #708090.
///
- public static readonly Rgba32 SlateGray = NamedColors.SlateGray;
+ public static readonly Rgba32 SlateGray = Color.SlateGray;
///
/// Represents a matching the W3C definition that has an hex value of #FFFAFA.
///
- public static readonly Rgba32 Snow = NamedColors.Snow;
+ public static readonly Rgba32 Snow = Color.Snow;
///
/// Represents a matching the W3C definition that has an hex value of #00FF7F.
///
- public static readonly Rgba32 SpringGreen = NamedColors.SpringGreen;
+ public static readonly Rgba32 SpringGreen = Color.SpringGreen;
///
/// Represents a matching the W3C definition that has an hex value of #4682B4.
///
- public static readonly Rgba32 SteelBlue = NamedColors.SteelBlue;
+ public static readonly Rgba32 SteelBlue = Color.SteelBlue;
///
/// Represents a matching the W3C definition that has an hex value of #D2B48C.
///
- public static readonly Rgba32 Tan = NamedColors.Tan;
+ public static readonly Rgba32 Tan = Color.Tan;
///
/// Represents a matching the W3C definition that has an hex value of #008080.
///
- public static readonly Rgba32 Teal = NamedColors.Teal;
+ public static readonly Rgba32 Teal = Color.Teal;
///
/// Represents a matching the W3C definition that has an hex value of #D8BFD8.
///
- public static readonly Rgba32 Thistle = NamedColors.Thistle;
+ public static readonly Rgba32 Thistle = Color.Thistle;
///
/// Represents a matching the W3C definition that has an hex value of #FF6347.
///
- public static readonly Rgba32 Tomato = NamedColors.Tomato;
+ public static readonly Rgba32 Tomato = Color.Tomato;
///
/// Represents a matching the W3C definition that has an hex value of #FFFFFF.
///
- public static readonly Rgba32 Transparent = NamedColors.Transparent;
+ public static readonly Rgba32 Transparent = Color.Transparent;
///
/// Represents a matching the W3C definition that has an hex value of #40E0D0.
///
- public static readonly Rgba32 Turquoise = NamedColors.Turquoise;
+ public static readonly Rgba32 Turquoise = Color.Turquoise;
///
/// Represents a matching the W3C definition that has an hex value of #EE82EE.
///
- public static readonly Rgba32 Violet = NamedColors.Violet;
+ public static readonly Rgba32 Violet = Color.Violet;
///
/// Represents a matching the W3C definition that has an hex value of #F5DEB3.
///
- public static readonly Rgba32 Wheat = NamedColors.Wheat;
+ public static readonly Rgba32 Wheat = Color.Wheat;
///
/// Represents a matching the W3C definition that has an hex value of #FFFFFF.
///
- public static readonly Rgba32 White = NamedColors.White;
+ public static readonly Rgba32 White = Color.White;
///
/// Represents a matching the W3C definition that has an hex value of #F5F5F5.
///
- public static readonly Rgba32 WhiteSmoke = NamedColors.WhiteSmoke;
+ public static readonly Rgba32 WhiteSmoke = Color.WhiteSmoke;
///
/// Represents a matching the W3C definition that has an hex value of #FFFF00.
///
- public static readonly Rgba32 Yellow = NamedColors.Yellow;
+ public static readonly Rgba32 Yellow = Color.Yellow;
///
/// Represents a matching the W3C definition that has an hex value of #9ACD32.
///
- public static readonly Rgba32 YellowGreen = NamedColors.YellowGreen;
+ public static readonly Rgba32 YellowGreen = Color.YellowGreen;
}
}
\ No newline at end of file