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