Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reptorian1125 committed Jul 4, 2022
1 parent fd85389 commit 936880a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/reptorian.gmic
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ if $_vibrance_factor_ych>0
f \"begin(
const vibrance_factor=$_vibrance_factor_ych;
);
v=vibrance_factor*(.632355-i^vibrance_factor);
chroma_factor=max(0,1+abs(v));
v=vibrance_factor*(.632355^vibrance_factor-i^vibrance_factor);
chroma_factor=max(0,1+v);
i*chroma_factor;
\"
"
Expand Down

0 comments on commit 936880a

Please sign in to comment.