Closed missionfloyd closed 1 year ago
Adds support for HTML color codes and color names, in addition to the RGB lists it uses now.
[255, 0, 0], [0, 255, 0], [0, 0, 255] (with or without brackets) red, green, blue #ff0000, #00ff00, #0000ff Or any combination thereof.
[255, 0, 0], [0, 255, 0], [0, 0, 255]
red, green, blue
#ff0000, #00ff00, #0000ff
This is awesome, I'll test it out and get it merged.
Adds support for HTML color codes and color names, in addition to the RGB lists it uses now.
[255, 0, 0], [0, 255, 0], [0, 0, 255]
(with or without brackets)red, green, blue
#ff0000, #00ff00, #0000ff
Or any combination thereof.