File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Common/src/System/Drawing
System.Drawing.Primitives/src/System/Drawing Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -197,6 +197,9 @@ public enum KnownColor
197
197
MenuHighlight ,
198
198
199
199
// "Web" colors, Part 2
200
+ /// <summary>
201
+ /// A system defined color representing the ARGB value <c>#663399</c>.
202
+ /// </summary>
200
203
RebeccaPurple ,
201
204
}
202
205
}
Original file line number Diff line number Diff line change @@ -249,6 +249,10 @@ namespace System.Drawing
249
249
250
250
public static Color Purple => new Color ( KnownColor . Purple ) ;
251
251
252
+ /// <summary>
253
+ /// Gets a system-defined color that has an ARGB value of <c>#663399</c>.
254
+ /// </summary>
255
+ /// <value>A system-defined color.</value>
252
256
public static Color RebeccaPurple => new Color ( KnownColor . RebeccaPurple ) ;
253
257
254
258
public static Color Red => new Color ( KnownColor . Red ) ;
You can’t perform that action at this time.
0 commit comments