View Single Post
  #5  
Old 10-24-2012, 06:02 AM
GrandSurf GrandSurf is offline
Registered Member
 
Join Date: Oct 2012
Posts: 6
Default

Here my TONEMAP settings and some shots... (only reduced from 1080)

Code:
*------------------------------------------------------------------------------
						TONEMAP
------------------------------------------------------------------------------*/
#define Gamma 1.20
#define Exposure 0.00
#define Saturation -0.70 // use negative values for less saturation. 
#define BlueShift 0.05 // Higher = more blue in image.
#define Bleach 0.10 // Bleach bypass, higher = stronger effect
#define Defog 0.055 // Strength of Lens Colors.
#define FogColor float4(0.00, 0.70, 0.00, 0.90) //Lens-style color filters for Blue, Red, Yellow, White.







Last edited by GrandSurf; 10-24-2012 at 06:05 AM.
Reply With Quote