From 85f308247f7ff2edb1667e3c5dfb5dc7683fdadc Mon Sep 17 00:00:00 2001 From: FireCubeStudios Date: Sun, 4 Oct 2020 20:31:27 +0200 Subject: [PATCH] Added RebeccaPurple to the ref I added rebeccapurple to the ref file with value 175. RebeccaPurple was added with value 175 to the bottom of the enum. #38244 --- .../System.Drawing.Primitives/ref/System.Drawing.Primitives.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/System.Drawing.Primitives/ref/System.Drawing.Primitives.cs b/src/libraries/System.Drawing.Primitives/ref/System.Drawing.Primitives.cs index 30cd5fe6fc9d5..f5153c453ff66 100644 --- a/src/libraries/System.Drawing.Primitives/ref/System.Drawing.Primitives.cs +++ b/src/libraries/System.Drawing.Primitives/ref/System.Drawing.Primitives.cs @@ -367,6 +367,7 @@ public enum KnownColor GradientInactiveCaption = 172, MenuBar = 173, MenuHighlight = 174, + RebeccaPurple = 175, } [System.ComponentModel.TypeConverterAttribute("System.Drawing.PointConverter, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] public partial struct Point : System.IEquatable