Godot Version
4.3
Question
I want to understand whether Godot operates with linear color and at which point gamma gets applied to final image.
I want to test with some post processing effects, and I am wondering how can I capture linear image from screen_texture. Or is it enough if I just do reverse gamma 2.2 and no data will be lost. I am only talking about color information here, not any technical data passes.