Package org.lwjgl.assimp
Class AIColor4D
- All Implemented Interfaces:
AutoCloseable,NativeResource,Pointer
struct aiColor4D {
float r;
float g;
float b;
float a;
}-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
Struct.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe struct member offsets.static 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 size in bytes.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionAIColor4D(ByteBuffer container) Creates aAIColor4Dinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionfloata()a(float value) Sets the specified value to theafield.floatb()b(float value) Sets the specified value to thebfield.static AIColor4Dcalloc()Returns a newAIColor4Dinstance allocated withmemCalloc.static AIColor4D.Buffercalloc(int capacity) Returns a newAIColor4D.Bufferinstance allocated withmemCalloc.static AIColor4D.Buffercalloc(int capacity, MemoryStack stack) Returns a newAIColor4D.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static AIColor4Dcalloc(MemoryStack stack) Returns a newAIColor4Dinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static AIColor4DDeprecated.static AIColor4D.BuffercallocStack(int capacity) Deprecated.static AIColor4D.BuffercallocStack(int capacity, MemoryStack stack) Deprecated.static AIColor4DcallocStack(MemoryStack stack) Deprecated.static AIColor4Dcreate()Returns a newAIColor4Dinstance allocated withBufferUtils.static AIColor4D.Buffercreate(int capacity) Returns a newAIColor4D.Bufferinstance allocated withBufferUtils.static AIColor4Dcreate(long address) Returns a newAIColor4Dinstance for the specified memory address.static AIColor4D.Buffercreate(long address, int capacity) Create aAIColor4D.Bufferinstance at the specified memory.static @Nullable AIColor4DcreateSafe(long address) static @Nullable AIColor4D.BuffercreateSafe(long address, int capacity) floatg()g(float value) Sets the specified value to thegfield.static AIColor4Dmalloc()Returns a newAIColor4Dinstance allocated withmemAlloc.static AIColor4D.Buffermalloc(int capacity) Returns a newAIColor4D.Bufferinstance allocated withmemAlloc.static AIColor4D.Buffermalloc(int capacity, MemoryStack stack) Returns a newAIColor4D.Bufferinstance allocated on the specifiedMemoryStack.static AIColor4Dmalloc(MemoryStack stack) Returns a newAIColor4Dinstance allocated on the specifiedMemoryStack.static AIColor4DDeprecated.static AIColor4D.BuffermallocStack(int capacity) Deprecated.static AIColor4D.BuffermallocStack(int capacity, MemoryStack stack) Deprecated.static AIColor4DmallocStack(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()r(float value) Sets the specified value to therfield.set(float r, float g, float b, float a) Initializes this struct with the specified values.Copies the specified struct data to this struct.intsizeof()Returnssizeof(struct).Methods 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. -
R
public static final int RThe struct member offsets. -
G
public static final int GThe struct member offsets. -
B
public static final int BThe struct member offsets. -
A
public static final int AThe struct member offsets.
-
-
Constructor Details
-
AIColor4D
Creates aAIColor4Dinstance 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()Description copied from class:StructReturnssizeof(struct). -
r
public float r()- Returns:
- the value of the
rfield.
-
g
public float g()- Returns:
- the value of the
gfield.
-
b
public float b()- Returns:
- the value of the
bfield.
-
a
public float a()- Returns:
- the value of the
afield.
-
r
Sets the specified value to therfield. -
g
Sets the specified value to thegfield. -
b
Sets the specified value to thebfield. -
a
Sets the specified value to theafield. -
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 newAIColor4Dinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newAIColor4Dinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newAIColor4Dinstance allocated withBufferUtils. -
create
Returns a newAIColor4Dinstance for the specified memory address. -
createSafe
-
malloc
Returns a newAIColor4D.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newAIColor4D.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newAIColor4D.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aAIColor4D.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.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead. -
malloc
Returns a newAIColor4Dinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newAIColor4Dinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newAIColor4D.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newAIColor4D.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
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.
-