Gamma correction on AWT fullscreen mode

Does anybody know, how to use gamma correction in Java? I believe this only makes sense in fullscreen mode. Burt I didn’t find any setters in the GRaphicsDevice class. And googeling didn’t bring any result about it. Is it even possible with pure Java?

Marvin

Sorry. I searched for the wrong thing. It is not due to Java, but to the OpenGL layer. So LWJGL can do and JOGL can do, etc.

FYI: Jogl has com.sun.opengl.util.Gamma with a static method to do it.

Marvin