Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
215
static inline qreal mixQreal(qreal a, qreal b, qreal bias)
216
{
217
return a + (b - a) * bias;
218
}
219
//END internal helper functions
220
221
qreal Rainbow::luma(const QColor &color)
Callers
2
tintHelper
Function · 0.85
mix
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected