From fe55132f15b0c7111c831e3d305355fdef86a485 Mon Sep 17 00:00:00 2001 From: Miguel Lopez Date: Tue, 5 Jul 2022 13:08:49 -0400 Subject: [PATCH] Fix Value in Vibrance [YCH] --- include/reptorian.gmic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/reptorian.gmic b/include/reptorian.gmic index 621e8666..10590e04 100644 --- a/include/reptorian.gmic +++ b/include/reptorian.gmic @@ -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; \"