Skip to content
tobspr edited this page Aug 15, 2014 · 13 revisions

My textures look grayish, like they would have a limited color space. What could cause this?

Answer: Be sure to create your textures in the sRGB color space. Otherwise they will be displayed not correctly. Also, don't forget to call tex.setFormat(Texture.FSrgb) or tex.setFormat(Texture.FSrgb_alpha) after loading the textures.