[Hyrule Warriors] Fix minor stuff

This commit is contained in:
Crementif 2019-08-31 19:22:26 +02:00
parent 634dc14d1d
commit ab91e0c188
No known key found for this signature in database
GPG Key ID: 11A98E7DE0412B33
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ const float crushContrast = $crushContrast; // 0.0 is neutral. Use small increme
const float contrastCurve = $contrastCurve;
vec3 RGB_Lift = vec3($redShadows, $greenShadows , $blueSadows); // [0.000 to 2.000] Adjust shadows for Red, Green and Blue.
vec3 RGB_Lift = vec3($redShadows, $greenShadows , $blueShadows); // [0.000 to 2.000] Adjust shadows for Red, Green and Blue.
vec3 RGB_Gamma = vec3($redMid ,$greenMid, $blueMid); // [0.000 to 2.000] Adjust midtones for Red, Green and Blue
vec3 RGB_Gain = vec3($redHilight, $greenHilight, $blueHilight); // [0.000 to 2.000] Adjust highlights for Red, Green and Blue
//lumasharpen

View File

@ -15,7 +15,7 @@ const float crushContrast = $crushContrast; // 0.0 is neutral. Use small increme
const float contrastCurve = $contrastCurve;
vec3 RGB_Lift = vec3($redShadows, $greenShadows , $blueSadows); // [0.000 to 2.000] Adjust shadows for Red, Green and Blue.
vec3 RGB_Lift = vec3($redShadows, $greenShadows , $blueShadows); // [0.000 to 2.000] Adjust shadows for Red, Green and Blue.
vec3 RGB_Gamma = vec3($redMid ,$greenMid, $blueMid); // [0.000 to 2.000] Adjust midtones for Red, Green and Blue
vec3 RGB_Gain = vec3($redHilight, $greenHilight, $blueHilight); // [0.000 to 2.000] Adjust highlights for Red, Green and Blue
//lumasharpen