From d382e0f14af7728c92f0e23894999e451d921050 Mon Sep 17 00:00:00 2001 From: Erik Reckase Date: Mon, 31 Oct 2011 17:20:13 -0400 Subject: [PATCH] Fix highlight power --- cuburn/code/filtering.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cuburn/code/filtering.py b/cuburn/code/filtering.py index 65ec52b..6e33783 100644 --- a/cuburn/code/filtering.py +++ b/cuburn/code/filtering.py @@ -41,7 +41,6 @@ void colorclip(float4 *pixbuf, float gamma, float vibrancy, float highpow, pix.x *= newls; pix.y *= newls; pix.z *= newls; - maxc *= newls; // Reduce saturation (according to the HSV model) by proportionally // increasing the values of the other colors.