MCPcopy Create free account
hub / github.com/MultiMC/Launcher / mixQreal

Function mixQreal

libraries/rainbow/src/rainbow.cpp:215–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213};
214
215static inline qreal mixQreal(qreal a, qreal b, qreal bias)
216{
217 return a + (b - a) * bias;
218}
219//END internal helper functions
220
221qreal Rainbow::luma(const QColor &color)

Callers 2

tintHelperFunction · 0.85
mixMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected