Hi Boris,
A few question regarding how ENB handle certain parameters, I'd like to know how they actually work before experimenting like a madman. It would nice if you can answer them for me, many thanks in advance

1. Intensity: you mentioned somewhere curve is basically pow/gamma, so i wonder if intensity is a multiplier? If it is a multiplier, is it calculated before or after curve? like:
color = pow(color*intensity, curve)
or
color = pow(color, curve)*intensity
I think the difference matters when you need to do certain specific adjustments?
2. In enbeffect.fx, I see it normalize the color then pow with a >1 factor to boost saturation. The desaturation parameter in enbseries.ini obviously works different since it's default 0. Can I boost saturation without editing enbeffect.fx?