public static class NIVision.ColorInformation extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double[] |
info |
int |
saturation |
Modifier | Constructor and Description |
---|---|
|
ColorInformation() |
protected |
ColorInformation(java.nio.ByteBuffer backing,
int offset) |
|
ColorInformation(int saturation,
double[] info) |
protected |
ColorInformation(long nativeObj,
boolean owned) |
Modifier and Type | Method and Description |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public int saturation
public double[] info
public ColorInformation()
public ColorInformation(int saturation, double[] info)
protected ColorInformation(java.nio.ByteBuffer backing, int offset)
protected ColorInformation(long nativeObj, boolean owned)