Please use english language
It is currently 26 Feb 2020, 09:56

All times are UTC





Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: 14 Jun 2013, 04:43 
Offline

Joined: 12 Jun 2013, 07:19
Posts: 66
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?


Top
 Profile  
 
Tomoko
PostPosted: 14 Jun 2013, 11:07 
Offline
*blah-blah-blah maniac*
User avatar

Joined: 27 Dec 2011, 08:53
Posts: 14816
Location: Russia
Quote:
so i wonder if intensity is a multiplier?

Yes.
Quote:
before or after curve?

After, because before curve it will broke curve calculation.
Quote:
Can I boost saturation without editing enbeffect.fx?

Saturation not exist in enbseries.ini and if you need it, only effect.txt or enbeffect.fx files can be used for it.

_________________
i5-4690k, 16Gb RAM, GTX 1060 6Gb, X-Fi Titanium, Win7 x128
I am INFP, not the brutal, godamnit.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group