HI! Does monogame has support for gamma correction?
You use srgb textures, or you can use rgb textures and do gamma correction in a shader afterwards.
Basically you can do anything you want with gamma, colors etc. but there is not a given function SetGamma() as far as I know, so you have to do that yourself.
If you want I can help you with that, it’s not a lot of code to do that.
Thanks! I’ll be back to you for some in case I decide to implement gamma. I moved this feature to the last development stage.
Cheers!