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