Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlotJuggler/PlotJuggler
/ nextColor
Method
nextColor
pj_plotting/widget/src/PlotWidgetBase.cpp:585–587 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
583
}
584
585
QColor PlotWidgetBase::nextColor() {
586
return colorFromIndex(next_color_index_++);
587
}
588
589
QColor PlotWidgetBase::paletteColor(int index) {
590
return colorFromIndex(index);
Callers
nothing calls this directly
Calls
1
colorFromIndex
Function · 0.85
Tested by
no test coverage detected