Package org.lwjgl.ovr
Class OVRColorf
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.ovr.OVRColorf
-
- All Implemented Interfaces:
java.lang.AutoCloseable,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer
public class OVRColorf extends org.lwjgl.system.Struct implements org.lwjgl.system.NativeResource
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOVRColorf.BufferAn array ofOVRColorfstructs.
-
Constructor Summary
Constructors Constructor Description OVRColorf(java.nio.ByteBuffer container)Creates aOVRColorfinstance at the current position of the specifiedByteBuffercontainer.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description floata()the A componentOVRColorfa(float value)Sets the specified value to thea()field.floatb()the B componentOVRColorfb(float value)Sets the specified value to theb()field.static OVRColorfcalloc()Returns a newOVRColorfinstance allocated withmemCalloc.static OVRColorf.Buffercalloc(int capacity)Returns a newOVRColorf.Bufferinstance allocated withmemCalloc.static OVRColorf.Buffercalloc(int capacity, org.lwjgl.system.MemoryStack stack)Returns a newOVRColorf.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static OVRColorfcalloc(org.lwjgl.system.MemoryStack stack)Returns a newOVRColorfinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static OVRColorfcallocStack()Deprecated.static OVRColorf.BuffercallocStack(int capacity)Deprecated.static OVRColorf.BuffercallocStack(int capacity, org.lwjgl.system.MemoryStack stack)Deprecated.static OVRColorfcallocStack(org.lwjgl.system.MemoryStack stack)Deprecated.static OVRColorfcreate()Returns a newOVRColorfinstance allocated withBufferUtils.static OVRColorf.Buffercreate(int capacity)Returns a newOVRColorf.Bufferinstance allocated withBufferUtils.static OVRColorfcreate(long address)Returns a newOVRColorfinstance for the specified memory address.static OVRColorf.Buffercreate(long address, int capacity)Create aOVRColorf.Bufferinstance at the specified memory.static OVRColorfcreateSafe(long address)static OVRColorf.BuffercreateSafe(long address, int capacity)floatg()the G componentOVRColorfg(float value)Sets the specified value to theg()field.static OVRColorfmalloc()Returns a newOVRColorfinstance allocated withmemAlloc.static OVRColorf.Buffermalloc(int capacity)Returns a newOVRColorf.Bufferinstance allocated withmemAlloc.static OVRColorf.Buffermalloc(int capacity, org.lwjgl.system.MemoryStack stack)Returns a newOVRColorf.Bufferinstance allocated on the specifiedMemoryStack.static OVRColorfmalloc(org.lwjgl.system.MemoryStack stack)Returns a newOVRColorfinstance allocated on the specifiedMemoryStack.static OVRColorfmallocStack()Deprecated.static OVRColorf.BuffermallocStack(int capacity)Deprecated.static OVRColorf.BuffermallocStack(int capacity, org.lwjgl.system.MemoryStack stack)Deprecated.static OVRColorfmallocStack(org.lwjgl.system.MemoryStack stack)Deprecated.static floatna(long struct)Unsafe version ofa().static voidna(long struct, float value)Unsafe version ofa.static floatnb(long struct)Unsafe version ofb().static voidnb(long struct, float value)Unsafe version ofb.static floatng(long struct)Unsafe version ofg().static voidng(long struct, float value)Unsafe version ofg.static floatnr(long struct)Unsafe version ofr().static voidnr(long struct, float value)Unsafe version ofr.floatr()the R componentOVRColorfr(float value)Sets the specified value to ther()field.OVRColorfset(float r, float g, float b, float a)Initializes this struct with the specified values.OVRColorfset(OVRColorf src)Copies the specified struct data to this struct.intsizeof()
-
-
-
Constructor Detail
-
OVRColorf
public OVRColorf(java.nio.ByteBuffer container)
Creates aOVRColorfinstance 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 Detail
-
sizeof
public int sizeof()
- Specified by:
sizeofin classorg.lwjgl.system.Struct
-
r
public float r()
the R component
-
g
public float g()
the G component
-
b
public float b()
the B component
-
a
public float a()
the A component
-
set
public OVRColorf set(float r, float g, float b, float a)
Initializes this struct with the specified values.
-
set
public OVRColorf set(OVRColorf src)
Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
public static OVRColorf malloc()
Returns a newOVRColorfinstance allocated withmemAlloc. The instance must be explicitly freed.
-
calloc
public static OVRColorf calloc()
Returns a newOVRColorfinstance allocated withmemCalloc. The instance must be explicitly freed.
-
create
public static OVRColorf create()
Returns a newOVRColorfinstance allocated withBufferUtils.
-
create
public static OVRColorf create(long address)
Returns a newOVRColorfinstance for the specified memory address.
-
createSafe
@Nullable public static OVRColorf createSafe(long address)
-
malloc
public static OVRColorf.Buffer malloc(int capacity)
Returns a newOVRColorf.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
public static OVRColorf.Buffer calloc(int capacity)
Returns a newOVRColorf.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
public static OVRColorf.Buffer create(int capacity)
Returns a newOVRColorf.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
public static OVRColorf.Buffer create(long address, int capacity)
Create aOVRColorf.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
@Nullable public static OVRColorf.Buffer createSafe(long address, int capacity)
-
mallocStack
@Deprecated public static OVRColorf mallocStack()
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)instead.
-
callocStack
@Deprecated public static OVRColorf callocStack()
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)instead.
-
mallocStack
@Deprecated public static OVRColorf mallocStack(org.lwjgl.system.MemoryStack stack)
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)instead.
-
callocStack
@Deprecated public static OVRColorf callocStack(org.lwjgl.system.MemoryStack stack)
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)instead.
-
mallocStack
@Deprecated public static OVRColorf.Buffer mallocStack(int capacity)
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)instead.
-
callocStack
@Deprecated public static OVRColorf.Buffer callocStack(int capacity)
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead.
-
mallocStack
@Deprecated public static OVRColorf.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 OVRColorf.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead.
-
malloc
public static OVRColorf malloc(org.lwjgl.system.MemoryStack stack)
Returns a newOVRColorfinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
public static OVRColorf calloc(org.lwjgl.system.MemoryStack stack)
Returns a newOVRColorfinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
public static OVRColorf.Buffer malloc(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newOVRColorf.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocatecapacity- the buffer capacity
-
calloc
public static OVRColorf.Buffer calloc(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newOVRColorf.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocatecapacity- the buffer capacity
-
nr
public static float nr(long struct)
Unsafe version ofr().
-
ng
public static float ng(long struct)
Unsafe version ofg().
-
nb
public static float nb(long struct)
Unsafe version ofb().
-
na
public static float na(long struct)
Unsafe version ofa().
-
nr
public static void nr(long struct, float value)Unsafe version ofr.
-
ng
public static void ng(long struct, float value)Unsafe version ofg.
-
nb
public static void nb(long struct, float value)Unsafe version ofb.
-
na
public static void na(long struct, float value)Unsafe version ofa.
-
-