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

Function colorMult

include/rack0.hpp:169–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167 return color::plus(a, b);
168}
169DEPRECATED inline NVGcolor colorMult(NVGcolor a, NVGcolor b) {
170 return color::mult(a, b);
171}
172DEPRECATED inline NVGcolor colorMult(NVGcolor a, float x) {
173 return color::mult(a, x);
174}

Callers

nothing calls this directly

Calls 1

multFunction · 0.85

Tested by

no test coverage detected