MCPcopy 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
69NVGcolor alpha(NVGcolor a, float alpha) {
70 a.a *= alpha;
71 return a;
72}
73
74NVGcolor fromHexString(std::string s) {
75 uint8_t r = 0;

Callers 4

drawMethod · 0.85
stepMethod · 0.85
drawMethod · 0.85
colorAlphaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected