| 645 | } |
| 646 | |
| 647 | void ColorAtom::defineColor(const string& name, color c) { |
| 648 | _colors[name] = c; |
| 649 | } |
| 650 | |
| 651 | color ColorAtom::getColor(string s) { |
| 652 | if (s.empty()) return _default; |
nothing calls this directly
no outgoing calls
no test coverage detected