mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-05 08:21:16 -05:00
New value dial color schemes: make the alpha overlay of the digit highlight a bit thinner
This commit is contained in:
parent
5a96b78454
commit
d3a22638e4
@ -115,7 +115,7 @@ ColorMapper::ColorMapper(Theme theme) :
|
||||
m_dialBackgroundcolorMap.push_back(std::pair<float, QColor>(1.0, QColor(33, 33, 33))); // 59% darkness
|
||||
m_foregroundColor = QColor(99, 128, 64); // 50% saturation 50% brightbess - shadow face color
|
||||
m_secondaryForegroundColor = QColor(198, 255, 128); // 50% saturation - front face color
|
||||
m_highlightColor = QColor(169, 255, 64, 128); // 75% saturation - digit highlight overlay
|
||||
m_highlightColor = QColor(169, 255, 64, 80); // 75% saturation - digit highlight overlay
|
||||
m_boundaryColor = QColor(32, 32, 32); // background 60% darkness - inter wheel gap
|
||||
m_boundaryAlphaColor = QColor(140, 255, 0, 32); // Base with alpha - wheel edges
|
||||
break;
|
||||
@ -129,7 +129,7 @@ ColorMapper::ColorMapper(Theme theme) :
|
||||
m_dialBackgroundcolorMap.push_back(std::pair<float, QColor>(1.0, QColor(33, 33, 33))); // 59% darkness
|
||||
m_foregroundColor = QColor(128, 98, 64); // 50% saturation 50% brightbess - shadow face color
|
||||
m_secondaryForegroundColor = QColor(255, 197, 128); // 50% saturation - front face color
|
||||
m_highlightColor = QColor(255, 169, 64, 128); // 75% saturation - digit highlight overlay
|
||||
m_highlightColor = QColor(255, 169, 64, 80); // 75% saturation - digit highlight overlay
|
||||
m_boundaryColor = QColor(32, 32, 32); // background 60% darkness - inter wheel gap
|
||||
m_boundaryAlphaColor = QColor(255, 139, 0, 32); // Base with alpha - wheel edges
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user