MCPcopy Create free account
hub / github.com/VCVRack/Rack / colorFromHexString

Function colorFromHexString

include/rack0.hpp:181–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179 return color::alpha(a, alpha);
180}
181DEPRECATED inline NVGcolor colorFromHexString(std::string s) {
182 return color::fromHexString(s);
183}
184DEPRECATED inline std::string colorToHexString(NVGcolor c) {
185 return color::toHexString(c);
186}

Callers

nothing calls this directly

Calls 1

fromHexStringFunction · 0.85

Tested by

no test coverage detected