public static class NIVision.RGBValue extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
short |
alpha |
short |
B |
short |
G |
short |
R |
backing| Modifier | Constructor and Description |
|---|---|
|
RGBValue() |
protected |
RGBValue(java.nio.ByteBuffer backing,
int offset) |
|
RGBValue(int B,
int G,
int R,
int alpha) |
protected |
RGBValue(long nativeObj,
boolean owned) |
| Modifier and Type | Method and Description |
|---|---|
private void |
init() |
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
finalize, free, getAddress, setBufferpublic RGBValue()
public RGBValue(int B,
int G,
int R,
int alpha)
protected RGBValue(java.nio.ByteBuffer backing,
int offset)
protected RGBValue(long nativeObj,
boolean owned)
private void init()
protected void setBuffer(java.nio.ByteBuffer backing,
int offset)
public void read()
read in class NIVision.DisposedStructpublic void write()
write in class NIVision.DisposedStructpublic int size()
size in class NIVision.DisposedStruct