Issue #150
closed
Gamma correction does not work even on phones that was supposed to support it.
Comments (2)
-
-
- changed status to closed
This repository and its issue tracker have moved to github: https://github.com/love2d/love-android/issues
- Log in to comment
love currently relies on the window manager / graphics driver exposing sRGB back buffer formats, for gamma correction to work. macOS, Linux, Windows, and iOS all support this but most or all Android devices don't. For love 0.11 I'm looking into some workarounds (e.g. issue #1101).