This commit is contained in:
Klaus Basan
2019-10-11 17:09:05 +02:00
committed by Mat Sutcliffe
parent 7e22318a6e
commit 8622b7b583

View File

@@ -78,9 +78,9 @@ namespace BlackGui
static constexpr double High = 0.60;
static constexpr double DecayValue = 0.10;
QTimer *m_redrawTimer = nullptr;
QColor m_lowColor;
QColor m_highColor;
QColor m_peakColor;
QColor m_lowColor; //!< color for low values
QColor m_highColor; //!< color for high values
QColor m_peakColor; //!< color for peak values
};
} // ns