fbergmann / libSEDML

SED-ML library based on libSBML
BSD 2-Clause "Simplified" License
9 stars 12 forks source link

named colors #68

Open fbergmann opened 4 years ago

fbergmann commented 4 years ago

SED-ML L1V4 will store color information as hexadecimals. As Herbert rightly pointed out, some people might prefer named colors instead.

Lists of named colors to be used can be found:

As becomes apparent, while names in the different lists are quite similar, casing isn't. So lookup will be case insensitive. If reverse lookup is implemented, I would probably returned the pascal cased version (as it will be easier for others to convert it to lower case).

nickerso commented 4 years ago

some people might even prefer named colours!

fbergmann commented 4 years ago

\o/ ... fixed the original content to be sure it is 'named colors' we are talking about .. not 'color names' ... none of that 'ou' stuff here ... we are civilized .. no colour shall be mentioned or supported :D

matthiaskoenig commented 3 years ago

I think this issue can be closed. We decided on not supporting this on the library level.