MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / colourForDepth

Function colourForDepth

pj_app/src/DebugUi.cpp:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86)qss";
87
88QColor colourForDepth(int depth) {
89 return QColor::fromHsl((depth * 47) % 360, 220, 130, 220);
90}
91
92// Pesticide overlay: paints over the host's subtree, mouse-transparent,
93// no layout impact. Repaints on geometry / show / hide events from any

Callers 1

paintEventMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected