mirror of
https://codeberg.org/armin/chromaflock.git
synced 2026-09-01 04:10:47 +02:00
ui: match spectrum analyzer green to waveform green
This commit is contained in:
parent
256a3b6ba1
commit
21cccaf281
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@ void SpectrumAnalyzer::paint(juce::Graphics& g) {
|
|||
juce::Graphics::ScopedSaveState saved(g);
|
||||
g.setOpacity(0.7f);
|
||||
|
||||
g.setColour(juce::Colour(0xff00ff66));
|
||||
g.setColour(juce::Colour(0xff00ff88));
|
||||
g.fillRect(bx, by, bw, barH);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue