BridgesUNCC / bridges-java

JAVA Client library for Bridges
http://bridgesuncc.github.io
GNU General Public License v2.0
4 stars 12 forks source link

Refactor Color class #119

Closed AlecGoncharow closed 5 years ago

AlecGoncharow commented 6 years ago

Change how strings are interpreted into rgb values, preferably using a lookup into a standardization for colors instead of a hard coded switch statement.

krs-world commented 6 years ago

Here is a list of the html colors (standard).

https://github.com/radiovisual/html-colors/blob/master/html-colors.json

Cant we just dump this into our Color class and also put that link in teh docs?

== krs
AlecGoncharow commented 5 years ago

https://github.com/BridgesUNCC/bridges-java/commit/fc5461b4650fbb5f17150924e40ac0fa87b4c49c done