Implement whitebalance
This commit is contained in:
@@ -61,7 +61,6 @@ main()
|
||||
#endif
|
||||
|
||||
color -= blacklevel;
|
||||
color *= 1.0-(1.0/blacklevel);
|
||||
color *= color_matrix;
|
||||
|
||||
vec3 gamma_color = pow(color, vec3(inv_gamma));
|
||||
|
Reference in New Issue
Block a user