Epic Developer Community Forums
How do I disable Gamma Correction?
Development
Rendering
question
,
unreal-engine
,
editor
,
Lighting
,
Materials
ufna
(ufna)
April 10, 2014, 11:21pm
4
Try to use pow function, f.e.:
return pow(yourColor, 2.0);
It worked in UE3 with nice precision.
show post in topic