MCPcopy Create free account
hub / github.com/KDE/labplot / color

Method color

src/backend/worksheet/plots/cartesian/BarPlot.cpp:245–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245QColor BarPlot::color() const {
246 return colorAt(0);
247}
248
249QColor BarPlot::colorAt(int index) const {
250 Q_D(const BarPlot);

Callers 2

colorAtMethod · 0.45
paintMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected