From 883de380fcf33b1af141f30275e663c2e470491c Mon Sep 17 00:00:00 2001 From: Steven Robertson Date: Sat, 18 Jun 2011 22:30:09 -0400 Subject: [PATCH] Did check. It is right. --- cuburn/code/filtering.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cuburn/code/filtering.py b/cuburn/code/filtering.py index 716024b..f05b182 100644 --- a/cuburn/code/filtering.py +++ b/cuburn/code/filtering.py @@ -37,7 +37,7 @@ void colorclip(float4 *pixbuf, float gamma, float vibrancy, float highpow, pix.x *= newls; pix.y *= newls; pix.z *= newls; - maxc *= newls; // TODO: check this. I think it's right, though. + maxc *= newls; // Reduce saturation (according to the HSV model) by proportionally // increasing the values of the other colors.