Increase key luma
This commit is contained in:
parent
2e28707367
commit
3aded2fecf
1 changed files with 3 additions and 3 deletions
|
|
@ -66,9 +66,9 @@ private:
|
||||||
float backgroundRadius_ = 5.0;
|
float backgroundRadius_ = 5.0;
|
||||||
|
|
||||||
float keyUsedHue_ = 0.55;
|
float keyUsedHue_ = 0.55;
|
||||||
float whiteKeyLuma_ = 0.5;
|
float whiteKeyLuma_ = 0.9;
|
||||||
float blackKeyLuma_ = 0.25;
|
float blackKeyLuma_ = 0.5;
|
||||||
float keyLumaPressDelta_ = 0.20;
|
float keyLumaPressDelta_ = 0.2;
|
||||||
|
|
||||||
CColor outline_ { 0x00, 0x00, 0x00, 0xff };
|
CColor outline_ { 0x00, 0x00, 0x00, 0xff };
|
||||||
CColor shadeOutline_ { 0x80, 0x80, 0x80, 0xff };
|
CColor shadeOutline_ { 0x80, 0x80, 0x80, 0xff };
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue