Skip to content

Commit

Permalink
Fix Value in Vibrance [YCH]
Browse files Browse the repository at this point in the history
  • Loading branch information
Reptorian1125 committed Jul 5, 2022
1 parent 936880a commit fe55132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/reptorian.gmic
Expand Up @@ -59,7 +59,7 @@ if $_vibrance_factor_ych>0
f \"begin(
const vibrance_factor=$_vibrance_factor_ych;
);
v=vibrance_factor*(.632355^vibrance_factor-i^vibrance_factor);
v=vibrance_factor*(0.63235455751419067^vibrance_factor-i^vibrance_factor);
chroma_factor=max(0,1+v);
i*chroma_factor;
\"
Expand Down

0 comments on commit fe55132

Please sign in to comment.