MCPcopy 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
585QColor PlotWidgetBase::nextColor() {
586 return colorFromIndex(next_color_index_++);
587}
588
589QColor PlotWidgetBase::paletteColor(int index) {
590 return colorFromIndex(index);

Callers

nothing calls this directly

Calls 1

colorFromIndexFunction · 0.85

Tested by

no test coverage detected