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

Function colorScreen

include/rack0.hpp:175–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173 return color::mult(a, x);
174}
175DEPRECATED inline NVGcolor colorScreen(NVGcolor a, NVGcolor b) {
176 return color::screen(a, b);
177}
178DEPRECATED inline NVGcolor colorAlpha(NVGcolor a, float alpha) {
179 return color::alpha(a, alpha);
180}

Callers

nothing calls this directly

Calls 1

screenFunction · 0.85

Tested by

no test coverage detected