@Name(value="RGBA_Quad")
public static class lept.RGBA_QUAD
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
RGBA_QUAD()
Default native constructor.
|
RGBA_QUAD(long size)
Native array allocator.
|
RGBA_QUAD(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
byte |
alpha()
alpha value
|
lept.RGBA_QUAD |
alpha(byte alpha) |
byte |
blue()
blue value
|
lept.RGBA_QUAD |
blue(byte blue) |
byte |
green()
green value
|
lept.RGBA_QUAD |
green(byte green) |
lept.RGBA_QUAD |
position(long position) |
byte |
red()
red value
|
lept.RGBA_QUAD |
red(byte red) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic RGBA_QUAD()
public RGBA_QUAD(long size)
Pointer.position(long).public RGBA_QUAD(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public lept.RGBA_QUAD position(long position)
position in class org.bytedeco.javacpp.Pointer@Cast(value="l_uint8") public byte blue()
public lept.RGBA_QUAD blue(byte blue)
@Cast(value="l_uint8") public byte green()
public lept.RGBA_QUAD green(byte green)
@Cast(value="l_uint8") public byte red()
public lept.RGBA_QUAD red(byte red)
@Cast(value="l_uint8") public byte alpha()
public lept.RGBA_QUAD alpha(byte alpha)
Copyright © 2018. All rights reserved.