Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ alpha
Function
alpha
src/color.cpp:69–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
NVGcolor alpha(NVGcolor a, float alpha) {
70
a.a *= alpha;
71
return a;
72
}
73
74
NVGcolor fromHexString(std::string s) {
75
uint8_t r = 0;
Callers
4
draw
Method · 0.85
step
Method · 0.85
draw
Method · 0.85
colorAlpha
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected