mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-10 19:53:06 -03:00
[WW] bit too dark tweak
This commit is contained in:
parent
38c1ac68c3
commit
891dab9690
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@
|
|||
const float resScale = 4.0;
|
||||
|
||||
//old contrasty, or just copy paste clarity
|
||||
const float gamma = 0.8; // 1.0 is neutral Botw is already colour graded at this stage
|
||||
const float exposure = 1.05; // 1.0 is neutral
|
||||
const float gamma = 0.85; // 1.0 is neutral Botw is already colour graded at this stage
|
||||
const float exposure = 1.03; // 1.0 is neutral
|
||||
const float vibrance = 0.02; // 0.0 is neutral
|
||||
const float crushContrast = 0.00; // 0.0 is neutral. Use small increments, loss of shadow detail
|
||||
|
||||
|
|
Loading…
Reference in a new issue