Merge branch 'master' of git://github.com/stevenrobertson/cuburn

Conflicts:
	cuburn/code/filtering.py
This commit is contained in:
erik 2011-11-03 13:27:31 -06:00
commit 3badf0f826

View File

@ -40,7 +40,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.