cyotek / Cyotek.Windows.Forms.ColorPicker

Color picker control suite for Windows Forms applications.
http://cyotek.com/blog/tag/colorpicker
MIT License
150 stars 41 forks source link

Black != ff000000 #4

Open cyotek opened 9 years ago

cyotek commented 9 years ago

Named colours don't match non-named ones. Shows up in the ToolStrip ColorGrid demo where the palette uses the Office 2010 colour set (which includes black as ff000000) and the Color property is set to Color.Black. This then ends up as a custom colour instead of using the existing entry in the palette.