public static class NIVision.BCGOptions extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
float |
brightness |
float |
contrast |
float |
gamma |
Modifier | Constructor and Description |
---|---|
|
BCGOptions() |
protected |
BCGOptions(java.nio.ByteBuffer backing,
int offset) |
|
BCGOptions(double brightness,
double contrast,
double gamma) |
protected |
BCGOptions(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 float brightness
public float contrast
public float gamma
public BCGOptions()
public BCGOptions(double brightness, double contrast, double gamma)
protected BCGOptions(java.nio.ByteBuffer backing, int offset)
protected BCGOptions(long nativeObj, boolean owned)