Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.8
-
None
-
None
Description
DataConfiguration.getColor() could be improved to support color names like "black" or "blue" and not only numerical values.
The names supported could be taken from the java.awt.Color class. The CSS specification has also a list of 147 color names supported by the browser that could be used as well.
http://www.w3.org/TR/css3-color/#html4
http://www.w3.org/TR/css3-color/#svg-color