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

Method color

src/backend/worksheet/plots/cartesian/BoxPlot.cpp:479–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477}
478
479QColor BoxPlot::color() const {
480 return colorAt(0);
481}
482
483QColor BoxPlot::colorAt(int index) const {
484 Q_D(const BoxPlot);

Callers 4

colorAtMethod · 0.45
drawMethod · 0.45
paintMethod · 0.45
loadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected