Gamma VS Linear
Matthew VanDevander
Notice the little POP at the end?
If your game uses linear color space and you're doing a dip to white/black, you should convert the alpha value before using it.
Dip to White : Mathf.GammaToLinearSpace(alpha) Dip to Black : Mathf.LinearToGammaSpace(alpha) ... https://www.youtube.com/watch?v=a2qwZXZk2Fw
2021-02-04
0.0 LBC
Copyrighted (contact publisher)
9486816 Bytes