From 3aded2fecfb7841f3a1dee9740498a167ea02449 Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Tue, 23 Feb 2021 07:29:35 +0100 Subject: [PATCH] Increase key luma --- plugins/editor/src/editor/GUIPiano.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/editor/src/editor/GUIPiano.h b/plugins/editor/src/editor/GUIPiano.h index 13e3ac4e..c35f8741 100644 --- a/plugins/editor/src/editor/GUIPiano.h +++ b/plugins/editor/src/editor/GUIPiano.h @@ -66,9 +66,9 @@ private: float backgroundRadius_ = 5.0; float keyUsedHue_ = 0.55; - float whiteKeyLuma_ = 0.5; - float blackKeyLuma_ = 0.25; - float keyLumaPressDelta_ = 0.20; + float whiteKeyLuma_ = 0.9; + float blackKeyLuma_ = 0.5; + float keyLumaPressDelta_ = 0.2; CColor outline_ { 0x00, 0x00, 0x00, 0xff }; CColor shadeOutline_ { 0x80, 0x80, 0x80, 0xff };