Closed AlecGoncharow closed 5 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.
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
https://github.com/BridgesUNCC/bridges-java/commit/fc5461b4650fbb5f17150924e40ac0fa87b4c49c done
Change how strings are interpreted into rgb values, preferably using a lookup into a standardization for colors instead of a hard coded switch statement.