Package org.lwjgl.glfw
Class GLFWGammaRamp
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<GLFWGammaRamp>
org.lwjgl.glfw.GLFWGammaRamp
- All Implemented Interfaces:
AutoCloseable,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer
public class GLFWGammaRamp
extends org.lwjgl.system.Struct<GLFWGammaRamp>
implements org.lwjgl.system.NativeResource
Describes the gamma ramp for a monitor.
Layout
struct GLFWgammaramp {
unsigned short * red();
unsigned short * green();
unsigned short * blue();
unsigned int size();
}- Since:
- version 3.0
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
org.lwjgl.system.Struct.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
org.lwjgl.system.Pointer.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe struct alignment in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct size in bytes.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionGLFWGammaRamp(ByteBuffer container) Creates aGLFWGammaRampinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionblue()an array of values describing the response of the blue channelblue(ShortBuffer value) Sets the address of the specifiedShortBufferto theblue()field.static GLFWGammaRampcalloc()Returns a newGLFWGammaRampinstance allocated withmemCalloc.static GLFWGammaRamp.Buffercalloc(int capacity) Returns a newGLFWGammaRamp.Bufferinstance allocated withmemCalloc.static GLFWGammaRamp.Buffercalloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newGLFWGammaRamp.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static GLFWGammaRampcalloc(org.lwjgl.system.MemoryStack stack) Returns a newGLFWGammaRampinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static GLFWGammaRampDeprecated.static GLFWGammaRamp.BuffercallocStack(int capacity) Deprecated.static GLFWGammaRamp.BuffercallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.static GLFWGammaRampcallocStack(org.lwjgl.system.MemoryStack stack) Deprecated.static GLFWGammaRampcreate()Returns a newGLFWGammaRampinstance allocated withBufferUtils.static GLFWGammaRamp.Buffercreate(int capacity) Returns a newGLFWGammaRamp.Bufferinstance allocated withBufferUtils.static GLFWGammaRampcreate(long address) Returns a newGLFWGammaRampinstance for the specified memory address.static GLFWGammaRamp.Buffercreate(long address, int capacity) Create aGLFWGammaRamp.Bufferinstance at the specified memory.static @Nullable GLFWGammaRampcreateSafe(long address) static @Nullable GLFWGammaRamp.BuffercreateSafe(long address, int capacity) green()an array of values describing the response of the green channelgreen(ShortBuffer value) Sets the address of the specifiedShortBufferto thegreen()field.static GLFWGammaRampmalloc()Returns a newGLFWGammaRampinstance allocated withmemAlloc.static GLFWGammaRamp.Buffermalloc(int capacity) Returns a newGLFWGammaRamp.Bufferinstance allocated withmemAlloc.static GLFWGammaRamp.Buffermalloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newGLFWGammaRamp.Bufferinstance allocated on the specifiedMemoryStack.static GLFWGammaRampmalloc(org.lwjgl.system.MemoryStack stack) Returns a newGLFWGammaRampinstance allocated on the specifiedMemoryStack.static GLFWGammaRampDeprecated.static GLFWGammaRamp.BuffermallocStack(int capacity) Deprecated.static GLFWGammaRamp.BuffermallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.static GLFWGammaRampmallocStack(org.lwjgl.system.MemoryStack stack) Deprecated.static ShortBuffernblue(long struct) Unsafe version ofblue.static voidnblue(long struct, ShortBuffer value) Unsafe version ofblue.static ShortBufferngreen(long struct) Unsafe version ofgreen.static voidngreen(long struct, ShortBuffer value) Unsafe version ofgreen.static ShortBuffernred(long struct) Unsafe version ofred.static voidnred(long struct, ShortBuffer value) Unsafe version ofred.static intnsize(long struct) Unsafe version ofsize().static voidnsize(long struct, int value) Sets the specified value to thesizefield of the specifiedstruct.red()an array of values describing the response of the red channelred(ShortBuffer value) Sets the address of the specifiedShortBufferto thered()field.set(ShortBuffer red, ShortBuffer green, ShortBuffer blue, int size) Initializes this struct with the specified values.set(GLFWGammaRamp src) Copies the specified struct data to this struct.intsize()the number of elements in each arraysize(int value) Sets the specified value to thesize()field.intsizeof()static voidvalidate(long struct) Validates pointer members that should not beNULL.Methods inherited from class org.lwjgl.system.Struct
clear, free, isNull, validate, validateMethods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toStringMethods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
RED
public static final int REDThe struct member offsets. -
GREEN
public static final int GREENThe struct member offsets. -
BLUE
public static final int BLUEThe struct member offsets. -
SIZE
public static final int SIZEThe struct member offsets.
-
-
Constructor Details
-
GLFWGammaRamp
Creates aGLFWGammaRampinstance at the current position of the specifiedByteBuffercontainer. Changes to the buffer's content will be visible to the struct instance and vice versa.The created instance holds a strong reference to the container object.
-
-
Method Details
-
sizeof
public int sizeof()- Specified by:
sizeofin classorg.lwjgl.system.Struct<GLFWGammaRamp>
-
red
an array of values describing the response of the red channel -
green
an array of values describing the response of the green channel -
blue
an array of values describing the response of the blue channel -
size
public int size()the number of elements in each array -
red
Sets the address of the specifiedShortBufferto thered()field. -
green
Sets the address of the specifiedShortBufferto thegreen()field. -
blue
Sets the address of the specifiedShortBufferto theblue()field. -
size
Sets the specified value to thesize()field. -
set
Initializes this struct with the specified values. -
set
Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
Returns a newGLFWGammaRampinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newGLFWGammaRampinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newGLFWGammaRampinstance allocated withBufferUtils. -
create
Returns a newGLFWGammaRampinstance for the specified memory address. -
createSafe
-
malloc
Returns a newGLFWGammaRamp.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newGLFWGammaRamp.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newGLFWGammaRamp.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aGLFWGammaRamp.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead. -
mallocStack
@Deprecated public static GLFWGammaRamp.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)instead. -
callocStack
@Deprecated public static GLFWGammaRamp.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead. -
malloc
Returns a newGLFWGammaRampinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newGLFWGammaRampinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newGLFWGammaRamp.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newGLFWGammaRamp.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
nred
Unsafe version ofred. -
ngreen
Unsafe version ofgreen. -
nblue
Unsafe version ofblue. -
nsize
public static int nsize(long struct) Unsafe version ofsize(). -
nred
Unsafe version ofred. -
ngreen
Unsafe version ofgreen. -
nblue
Unsafe version ofblue. -
nsize
public static void nsize(long struct, int value) Sets the specified value to thesizefield of the specifiedstruct. -
validate
public static void validate(long struct) Validates pointer members that should not beNULL.- Parameters:
struct- the struct to validate
-