///**TONEMAP**/// //-----------//// #define USE_TONEMAP 1 //[Shared] //-Tonemap : Adjust gamma, exposure, saturation, bleach and defog. (may cause clipping) //>Tonemap settings<\\ 伽马 #define Gamma 0.00 //[0.000 to 2.000] Adjust midtones. 1.000 is neutral. This setting does exactly the same as the one in Lift Gamma Gain, only with less control. 曝光 #define Exposure 0.000 //[-1.000 to 1.000] Adjust exposure 饱和度 #define Saturation 0.000 //[-1.000 to 1.000] Adjust saturation 漂白 #define Bleach 0.004 //[0.000 to 1.000] Brightens the shadows and fades the colors #define Defog 0.000 //[0.000 to 1.000] How much of the color tint to remove #define FogColor float3(1.9, 0.90, 2.0) //[0.00 to 2.55, 0.00 to 2.55, 0.00 to 2.55] What color to remove - default is blue