Support all 16 W3C color names in ColorPicker plug-in
Brought to you by:
dvdw
The method ColorPicker.pcmf_setColor() only supports 8 out of the 16 HTML color names the W3C defined here (http://www.w3.org/TR/REC-html40/types.html#h-6.5):
- black (#000000)
- white (#FFFFFF)
- gray (#808080)
- silver (#C0C0C0)
- red (#FF0000)
- yellow (#FFFF00)
- blue (#0000FF)
- green (#008000)
Please support the other half as well:
- aqua (#00FFFF)
- fuchsia (#FF00FF)
- lime (#00FF00)
- maroon (#800000)
- navy (#000080)
- olive (#808000)
- purple (#800080)
- teal (#008080)