| 182 | return color::fromHexString(s); |
| 183 | } |
| 184 | DEPRECATED inline std::string colorToHexString(NVGcolor c) { |
| 185 | return color::toHexString(c); |
| 186 | } |
| 187 | |
| 188 | //////////////////// |
| 189 | // componentlibrary |
nothing calls this directly
no test coverage detected