Add WWHD GameCube Color Grading preset to Contrasty pack

This is just using the values from the old pack. from what i can tell, most of the pack does the job anyway; adding this preset ends up making the game a little darker

Also made some bug fixes with it.
This commit is contained in:
Michael 2018-12-18 17:38:47 -08:00
parent a59fb5f63a
commit 5c30bd152b
2 changed files with 30 additions and 8 deletions

View File

@ -5,7 +5,7 @@
uniform vec2 uf_fragCoordScale;
const float hazeFactor = 0.1;
const float hazeFactor = $hazeFactor;
const float gamma = $gamma; // 1.0 is neutral Botw is already colour graded at this stage
const float exposure = $exposure; // 1.0 is neutral

View File

@ -14,7 +14,7 @@ $redMid = 1.0
$greenMid = 1.0
$blueMid = 1.0
$redHilight = 1.0
$greenHilight =1.0
$greenHilight = 1.0
$blueHilight = 1.0
$contrastCurve = 0.0
@ -36,7 +36,7 @@ $redMid = 1.0
$greenMid = 0.99
$blueMid = 1.0
$redHilight = 0.97
$greenHilight =0.97
$greenHilight = 0.97
$blueHilight = 0.97
$contrastCurve = 0.4
@ -58,7 +58,7 @@ $redMid = 0.99
$greenMid = 0.99
$blueMid = 0.99
$redHilight = 1.0
$greenHilight =1.0
$greenHilight = 1.0
$blueHilight = 1.0
$contrastCurve = 0.4
@ -80,7 +80,7 @@ $redMid = 0.99
$greenMid = 0.98
$blueMid = 0.99
$redHilight = 1.0
$greenHilight =0.99
$greenHilight = 0.99
$blueHilight = 1.0
$contrastCurve = 0.333
@ -102,7 +102,7 @@ $redMid = 1.0
$greenMid = 1.0
$blueMid = 1.0
$redHilight = 0.99
$greenHilight =0.99
$greenHilight = 0.99
$blueHilight = 0.99
$contrastCurve = 0.25
@ -124,7 +124,7 @@ $redMid = 0.98
$greenMid = 0.98
$blueMid = 1.0
$redHilight = 1.0
$greenHilight =1.0
$greenHilight = 1.0
$blueHilight = 1.0
$contrastCurve = 0.7
@ -157,4 +157,26 @@ $exposure = 0.99
$vibrance = 0.45
$crushContrast = 0.0
$bleach = 0.85
$sharp_mix = 0.1
$sharp_mix = 0.1
[Preset]
name = GameCube Color Grading
$redShadows = 1.0
$greenShadows = 1.0
$blueSadows = 1.0
$redMid = 1.0
$greenMid = 1.0
$blueMid = 1.0
$redHilight = 1.0
$greenHilight = 1.0
$blueHilight = 1.0
$contrastCurve = 0.0
$hazeFactor = 1.0
$bloom = 1.0
$gamma = 0.85
$exposure = 1.02
$vibrance = 0.0175
$crushContrast = 0.0
$bleach = 1.0
$sharp_mix = 0.0