MCPcopy Create free account
hub / github.com/VCVRack/Rack / string colorToHexString

Method string colorToHexString

include/rack0.hpp:184–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182 return color::fromHexString(s);
183}
184DEPRECATED inline std::string colorToHexString(NVGcolor c) {
185 return color::toHexString(c);
186}
187
188////////////////////
189// componentlibrary

Callers

nothing calls this directly

Calls 1

toHexStringFunction · 0.85

Tested by

no test coverage detected