From 1b048c7af6960488f4fcd5b61042830be6c10f3d Mon Sep 17 00:00:00 2001 From: Gingka Akiyama <33764485+GingkathFox@users.noreply.github.com> Date: Mon, 14 Jan 2019 18:46:09 -0500 Subject: [PATCH 1/7] [Equalizer] Bright analyzer colors, opacity incr Brightened spectrum analyzer colors and increased opacity a tad to make more visible --- plugins/Eq/EqControlsDialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Eq/EqControlsDialog.cpp b/plugins/Eq/EqControlsDialog.cpp index 826b5e73faf..d9065c0a7b4 100644 --- a/plugins/Eq/EqControlsDialog.cpp +++ b/plugins/Eq/EqControlsDialog.cpp @@ -55,10 +55,10 @@ EqControlsDialog::EqControlsDialog( EqControls *controls ) : EqSpectrumView * inSpec = new EqSpectrumView( &controls->m_inFftBands, this ); inSpec->move( 26, 17 ); - inSpec->setColor( QColor( 54, 45, 142, 150 ) ); + inSpec->setColor( QColor( 63, 55, 141, 245 ); EqSpectrumView * outSpec = new EqSpectrumView( &controls->m_outFftBands, this ); - outSpec->setColor( QColor( 9, 166, 156, 150 ) ); + outSpec->setColor( QColor( 10, 88, 156, 220 ) ); outSpec->move( 26, 17 ); m_parameterWidget = new EqParameterWidget( this , controls ); From fa5419dbd3bf08ddf84a78169e9531cc8d715a77 Mon Sep 17 00:00:00 2001 From: Gingka Akiyama <33764485+GingkathFox@users.noreply.github.com> Date: Mon, 14 Jan 2019 18:51:12 -0500 Subject: [PATCH 2/7] Fixed RGB Value --- plugins/Eq/EqControlsDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Eq/EqControlsDialog.cpp b/plugins/Eq/EqControlsDialog.cpp index d9065c0a7b4..43745cfb87f 100644 --- a/plugins/Eq/EqControlsDialog.cpp +++ b/plugins/Eq/EqControlsDialog.cpp @@ -55,7 +55,7 @@ EqControlsDialog::EqControlsDialog( EqControls *controls ) : EqSpectrumView * inSpec = new EqSpectrumView( &controls->m_inFftBands, this ); inSpec->move( 26, 17 ); - inSpec->setColor( QColor( 63, 55, 141, 245 ); + inSpec->setColor( QColor( 63, 202, 141, 245 ); EqSpectrumView * outSpec = new EqSpectrumView( &controls->m_outFftBands, this ); outSpec->setColor( QColor( 10, 88, 156, 220 ) ); From f29eb1b45ff92ef747a5171b899831b29bc98196 Mon Sep 17 00:00:00 2001 From: Gingka Akiyama <33764485+GingkathFox@users.noreply.github.com> Date: Mon, 14 Jan 2019 20:36:09 -0500 Subject: [PATCH 3/7] Update EqControlsDialog.cpp --- plugins/Eq/EqControlsDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Eq/EqControlsDialog.cpp b/plugins/Eq/EqControlsDialog.cpp index 43745cfb87f..d8ab16d7213 100644 --- a/plugins/Eq/EqControlsDialog.cpp +++ b/plugins/Eq/EqControlsDialog.cpp @@ -55,7 +55,7 @@ EqControlsDialog::EqControlsDialog( EqControls *controls ) : EqSpectrumView * inSpec = new EqSpectrumView( &controls->m_inFftBands, this ); inSpec->move( 26, 17 ); - inSpec->setColor( QColor( 63, 202, 141, 245 ); + inSpec->setColor( QColor( 63, 202, 141, 245 ) ); EqSpectrumView * outSpec = new EqSpectrumView( &controls->m_outFftBands, this ); outSpec->setColor( QColor( 10, 88, 156, 220 ) ); From fa13c4ff907346058d65b153c41b78ec6e527bc2 Mon Sep 17 00:00:00 2001 From: Gingka Akiyama <33764485+GingkathFox@users.noreply.github.com> Date: Wed, 16 Jan 2019 18:21:42 -0500 Subject: [PATCH 4/7] Fixed color change --- plugins/Eq/EqControlsDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Eq/EqControlsDialog.cpp b/plugins/Eq/EqControlsDialog.cpp index d8ab16d7213..6568b3926d9 100644 --- a/plugins/Eq/EqControlsDialog.cpp +++ b/plugins/Eq/EqControlsDialog.cpp @@ -55,7 +55,7 @@ EqControlsDialog::EqControlsDialog( EqControls *controls ) : EqSpectrumView * inSpec = new EqSpectrumView( &controls->m_inFftBands, this ); inSpec->move( 26, 17 ); - inSpec->setColor( QColor( 63, 202, 141, 245 ) ); + inSpec->setColor( QColor( 109, 169, 96, 245 ) ); EqSpectrumView * outSpec = new EqSpectrumView( &controls->m_outFftBands, this ); outSpec->setColor( QColor( 10, 88, 156, 220 ) ); From a27a7bb107e695ee84eb2f234a64a0665bc0c93b Mon Sep 17 00:00:00 2001 From: Gingka Akiyama <33764485+GingkathFox@users.noreply.github.com> Date: Sun, 27 Jan 2019 09:41:49 -0500 Subject: [PATCH 5/7] Changed colors again --- plugins/Eq/EqControlsDialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Eq/EqControlsDialog.cpp b/plugins/Eq/EqControlsDialog.cpp index 6568b3926d9..47cfba13264 100644 --- a/plugins/Eq/EqControlsDialog.cpp +++ b/plugins/Eq/EqControlsDialog.cpp @@ -55,10 +55,10 @@ EqControlsDialog::EqControlsDialog( EqControls *controls ) : EqSpectrumView * inSpec = new EqSpectrumView( &controls->m_inFftBands, this ); inSpec->move( 26, 17 ); - inSpec->setColor( QColor( 109, 169, 96, 245 ) ); + inSpec->setColor( QColor( 0, 196, 0, 245 ) ); EqSpectrumView * outSpec = new EqSpectrumView( &controls->m_outFftBands, this ); - outSpec->setColor( QColor( 10, 88, 156, 220 ) ); + outSpec->setColor( QColor( 0, 110, 255, 220 ) ); outSpec->move( 26, 17 ); m_parameterWidget = new EqParameterWidget( this , controls ); From 215c0cef78de4e5aba7d45db4f4c46de325cc272 Mon Sep 17 00:00:00 2001 From: Gingka Akiyama <33764485+GingkathFox@users.noreply.github.com> Date: Sun, 27 Jan 2019 11:49:13 -0500 Subject: [PATCH 6/7] Fixed colors, now brighter and bluer --- plugins/Eq/EqControlsDialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Eq/EqControlsDialog.cpp b/plugins/Eq/EqControlsDialog.cpp index 47cfba13264..5d8cb711d83 100644 --- a/plugins/Eq/EqControlsDialog.cpp +++ b/plugins/Eq/EqControlsDialog.cpp @@ -55,10 +55,10 @@ EqControlsDialog::EqControlsDialog( EqControls *controls ) : EqSpectrumView * inSpec = new EqSpectrumView( &controls->m_inFftBands, this ); inSpec->move( 26, 17 ); - inSpec->setColor( QColor( 0, 196, 0, 245 ) ); + inSpec->setColor( QColor( 0, 36, 255, 150 ) ); EqSpectrumView * outSpec = new EqSpectrumView( &controls->m_outFftBands, this ); - outSpec->setColor( QColor( 0, 110, 255, 220 ) ); + outSpec->setColor( QColor( 0, 236, 255, 150 ) ); outSpec->move( 26, 17 ); m_parameterWidget = new EqParameterWidget( this , controls ); From 9e81c75b3eadefff24d69a49c3db4c158b1ad0fc Mon Sep 17 00:00:00 2001 From: Gingka Akiyama <33764485+GingkathFox@users.noreply.github.com> Date: Sat, 2 Feb 2019 09:30:13 -0500 Subject: [PATCH 7/7] Ok, its actually bright now lol --- plugins/Eq/EqControlsDialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Eq/EqControlsDialog.cpp b/plugins/Eq/EqControlsDialog.cpp index 5d8cb711d83..b43faa8a10a 100644 --- a/plugins/Eq/EqControlsDialog.cpp +++ b/plugins/Eq/EqControlsDialog.cpp @@ -55,10 +55,10 @@ EqControlsDialog::EqControlsDialog( EqControls *controls ) : EqSpectrumView * inSpec = new EqSpectrumView( &controls->m_inFftBands, this ); inSpec->move( 26, 17 ); - inSpec->setColor( QColor( 0, 36, 255, 150 ) ); + inSpec->setColor( QColor( 77, 101, 242, 150 ) ); EqSpectrumView * outSpec = new EqSpectrumView( &controls->m_outFftBands, this ); - outSpec->setColor( QColor( 0, 236, 255, 150 ) ); + outSpec->setColor( QColor( 0, 255, 239, 150 ) ); outSpec->move( 26, 17 ); m_parameterWidget = new EqParameterWidget( this , controls );