Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
169
DEPRECATED inline NVGcolor colorMult(NVGcolor a, NVGcolor b) {
170
return color::mult(a, b);
171
}
172
DEPRECATED inline NVGcolor colorMult(NVGcolor a, float x) {
173
return color::mult(a, x);
174
}
Callers
nothing calls this directly
Calls
1
mult
Function · 0.85
Tested by
no test coverage detected