public static class NIVision.HSIValue extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
short |
alpha |
short |
H |
short |
I |
short |
S |
backing| Modifier | Constructor and Description |
|---|---|
|
HSIValue() |
protected |
HSIValue(java.nio.ByteBuffer backing,
int offset) |
|
HSIValue(int I,
int S,
int H,
int alpha) |
protected |
HSIValue(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 HSIValue()
public HSIValue(int I,
int S,
int H,
int alpha)
protected HSIValue(java.nio.ByteBuffer backing,
int offset)
protected HSIValue(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