|
JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java (public API).
|
Provides convenient wrapper for GLDrawableFactory control over individual display's gamma, brightness and contrast values via the hardware gamma ramp tables.
More...
Provides convenient wrapper for GLDrawableFactory control over individual display's gamma, brightness and contrast values via the hardware gamma ramp tables.
Not supported on all platforms or graphics hardware.
Thanks to the LWJGL project for illustrating how to access gamma control on the various platforms.
Definition at line 60 of file Gamma.java.
|
static |
Convenient wrapper for GLDrawableFactory#resetAllDisplayGamma().
Definition at line 114 of file Gamma.java.
|
static |
Convenient wrapper for GLDrawableFactory#resetDisplayGamma(com.jogamp.nativewindow.NativeSurface) locking GLAutoDrawable#getUpstreamLock() to ensure proper atomic operation.
Definition at line 101 of file Gamma.java.
|
static |
Convenient wrapper for GLDrawableFactory#resetDisplayGamma(com.jogamp.nativewindow.NativeSurface).
Use resetDisplayGamma(GLAutoDrawable) in case of using an {#link GLAutoDrawable}.
Definition at line 93 of file Gamma.java.
|
static |
Convenient wrapper for GLDrawableFactory#setDisplayGamma(com.jogamp.nativewindow.NativeSurface, float, float, float) locking GLAutoDrawable#getUpstreamLock() to ensure proper atomic operation.
Definition at line 77 of file Gamma.java.
|
static |
Convenient wrapper for GLDrawableFactory#setDisplayGamma(com.jogamp.nativewindow.NativeSurface, float, float, float).
Use setDisplayGamma(GLAutoDrawable, float, float, float) in case of using an {#link GLAutoDrawable}.
Definition at line 69 of file Gamma.java.