Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ themeColorPalette
Method
themeColorPalette
src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:5619–5622 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5617
}
5618
5619
const QColor CartesianPlot::themeColorPalette(int index) const {
5620
const int i = index % m_themeColorPalette.count();
5621
return m_themeColorPalette.at(i);
5622
}
Callers
13
loadThemeConfig
Method · 0.45
loadThemeConfig
Method · 0.45
loadThemeConfig
Method · 0.45
loadThemeConfig
Method · 0.45
loadThemeConfig
Method · 0.45
recalc
Method · 0.45
loadThemeConfig
Method · 0.45
recalc
Method · 0.45
loadThemeConfig
Method · 0.45
adjustPropertiesContainers
Method · 0.45
loadThemeConfig
Method · 0.45
loadThemeConfig
Method · 0.45
Calls
1
count
Method · 0.45
Tested by
no test coverage detected