Home
last modified time | relevance | path

Searched refs:decPulseColor (Results 1 – 1 of 1) sorted by relevance

/dports/astro/kstars/kstars-3.5.6/kstars/ekos/analyze/
H A Danalyze.cpp1735 auto decPulseColor = KStarsData::Instance()->colorScheme()->colorNamed("DEGuideError"); in initStatsPlot() local
1736 decPulseColor.setAlpha(75); in initStatsPlot()
1737 …DEC_PULSE_GRAPH = initGraphAndCB(statsPlot, pulseAxis, QCPGraph::lsLine, decPulseColor, "DECp", de… in initStatsPlot()
1739 statsPlot->graph(DEC_PULSE_GRAPH)->setBrush(QBrush(decPulseColor, Qt::Dense4Pattern)); in initStatsPlot()