i am using JOGL 2.1 Gamma.resetDisplayGamma() is not working in this version, Gamma.setDisplayGamma() changes the display setting of screen but when we call resetDisplayGamma is don't came back to normal setting of screen. my code is below if (Flag) { float gamma = 2.6f; Gamma.setDisplayGamma(gl, 1.0f / gamma, -0.5f, 1.0f); } else { Gamma.resetDisplayGamma(gl); }
(In reply to comment #0) > i am using JOGL 2.1 > Please switch to JOGL 2.3.1. We only maintain the latest version.
works here w/ NEWT demos after re-testing w/ 2.3.2, re-open if still an issue.