Is there an online example of all the colours in S

2020-06-07 03:33发布

Can anyone point me to a reference chart that has swatches of all the colours that are represented in System.Drawing.Color?

2条回答
Bombasti
2楼-- · 2020-06-07 03:47

From here:

The following image shows the color of each predefined brush, its name, and its hexadecimal value.

May as well have the details right here on SO:

enter image description here

查看更多
一纸荒年 Trace。
3楼-- · 2020-06-07 04:00

"Web Colors - X11 color names" from wikipedia:

http://en.wikipedia.org/wiki/Web_colors

http://en.wikipedia.org/wiki/X11_color_names

WPF Colors

Color names in Windows Presentation Foundation (WPF) match the color names in Microsoft .NET Framework, Windows Forms, and Microsoft Internet Explorer. These colors and their names are based on the UNIX X11 color values.

http://msdn.microsoft.com/en-us/library/system.windows.media.brushes.aspx

查看更多
登录 后发表回答