-
Notifications
You must be signed in to change notification settings - Fork 133
FAQ
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.
Rendering Pipeline by tobspr (c) 2014 - 2016
For developers: