Is there an online example of all the colours in System.Drawing.Color?

江枫思渺然 提交于 2019-12-06 18:21:48

问题


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


回答1:


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:




回答2:


"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




回答3:


Try this out - It should be what you are looking for.

http://www.pardesiservices.com/Softomatix/ColorChart.asp




回答4:


I wrote my simple sample, hope it help: http://amrelgarhy.com/blog/list-of-colors-in-system-drawing-color/



来源:https://stackoverflow.com/questions/4556559/is-there-an-online-example-of-all-the-colours-in-system-drawing-color

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!