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

Method paletteColor

pj_plotting/widget/src/PlotWidgetBase.cpp:589–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

587}
588
589QColor PlotWidgetBase::paletteColor(int index) {
590 return colorFromIndex(index);
591}
592
593void PlotWidgetBase::setOpenGlDisabledOverride(bool disabled) {
594 g_opengl_disabled_override = disabled;

Callers

nothing calls this directly

Calls 1

colorFromIndexFunction · 0.85

Tested by

no test coverage detected