Make luma and chroma adjustments
This commit is contained in:
parent
4a91d5c724
commit
857cc25c57
1 changed files with 3 additions and 3 deletions
|
|
@ -33,10 +33,10 @@ struct SPiano::Impl {
|
||||||
|
|
||||||
float keyUsedHue_ = 0.55;
|
float keyUsedHue_ = 0.55;
|
||||||
float keySwitchHue_ = 0.0;
|
float keySwitchHue_ = 0.0;
|
||||||
float whiteKeyChroma_ = 1.0;
|
float whiteKeyChroma_ = 0.9;
|
||||||
float blackKeyChroma_ = 1.0;
|
float blackKeyChroma_ = 0.75;
|
||||||
float whiteKeyLuma_ = 0.9;
|
float whiteKeyLuma_ = 0.9;
|
||||||
float blackKeyLuma_ = 0.5;
|
float blackKeyLuma_ = 0.35;
|
||||||
float keyLumaPressDelta_ = 0.2;
|
float keyLumaPressDelta_ = 0.2;
|
||||||
|
|
||||||
CColor outline_ { 0x00, 0x00, 0x00, 0xff };
|
CColor outline_ { 0x00, 0x00, 0x00, 0xff };
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue