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.
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 theColor
property is set toColor.Black
. This then ends up as a custom colour instead of using the existing entry in the palette.