MCPcopy Create free account
hub / github.com/KDE/kdevelop / blendBackground

Method blendBackground

kdevplatform/util/widgetcolorizer.cpp:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37QColor WidgetColorizer::blendBackground(const QColor& color, float ratio,
38 const QColor& /*foreground*/, const QColor& background)
39{
40 // adapt contrast
41 return KColorUtils::mix(background, color, ratio);
42}
43
44void WidgetColorizer::drawBranches(const QTreeView* treeView, QPainter* painter,
45 const QRect& rect, const QModelIndex& /*index*/,

Callers 1

addLineMarkerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected