public class ColorCorrectionData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD__contrast
Field descriptor (offset) for struct member 'contrast'.
|
static long[] |
__DNA__FIELD__gain
Field descriptor (offset) for struct member 'gain'.
|
static long[] |
__DNA__FIELD__gamma
Field descriptor (offset) for struct member 'gamma'.
|
static long[] |
__DNA__FIELD__lift
Field descriptor (offset) for struct member 'lift'.
|
static long[] |
__DNA__FIELD__saturation
Field descriptor (offset) for struct member 'saturation'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct ColorCorrectionData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
ColorCorrectionData(ColorCorrectionData that) |
|
ColorCorrectionData(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<ColorCorrectionData> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad()
Get method for struct member '_pad'.
|
float |
getContrast()
Get method for struct member 'contrast'.
|
float |
getGain()
Get method for struct member 'gain'.
|
float |
getGamma()
Get method for struct member 'gamma'.
|
float |
getLift()
Get method for struct member 'lift'.
|
float |
getSaturation()
Get method for struct member 'saturation'.
|
void |
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.
|
void |
setContrast(float contrast)
Set method for struct member 'contrast'.
|
void |
setGain(float gain)
Set method for struct member 'gain'.
|
void |
setGamma(float gamma)
Set method for struct member 'gamma'.
|
void |
setLift(float lift)
Set method for struct member 'lift'.
|
void |
setSaturation(float saturation)
Set method for struct member 'saturation'.
|
__io__addressof, __io__addressof, __io__equals, __io__generic__copy, __io__generic__copy, __io__instanceof, __io__native__copy, __io__newInstance, __io__same__encoding, __io__sizeof, __io__sizeof, __io__subclassof
public static final int __DNA__SDNA_INDEX
It is required when allocating a new block to store data for ColorCorrectionData.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__saturation
This is how you get a reference on the corresponding field in the struct:
ColorCorrectionData colorcorrectiondata = ...; CPointer<Object> p = colorcorrectiondata.__dna__addressof(ColorCorrectionData.__DNA__FIELD__saturation); CPointer<Float> p_saturation = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__contrast
This is how you get a reference on the corresponding field in the struct:
ColorCorrectionData colorcorrectiondata = ...; CPointer<Object> p = colorcorrectiondata.__dna__addressof(ColorCorrectionData.__DNA__FIELD__contrast); CPointer<Float> p_contrast = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__gamma
This is how you get a reference on the corresponding field in the struct:
ColorCorrectionData colorcorrectiondata = ...; CPointer<Object> p = colorcorrectiondata.__dna__addressof(ColorCorrectionData.__DNA__FIELD__gamma); CPointer<Float> p_gamma = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__gain
This is how you get a reference on the corresponding field in the struct:
ColorCorrectionData colorcorrectiondata = ...; CPointer<Object> p = colorcorrectiondata.__dna__addressof(ColorCorrectionData.__DNA__FIELD__gain); CPointer<Float> p_gain = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__lift
This is how you get a reference on the corresponding field in the struct:
ColorCorrectionData colorcorrectiondata = ...; CPointer<Object> p = colorcorrectiondata.__dna__addressof(ColorCorrectionData.__DNA__FIELD__lift); CPointer<Float> p_lift = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD___pad
This is how you get a reference on the corresponding field in the struct:
ColorCorrectionData colorcorrectiondata = ...; CPointer<Object> p = colorcorrectiondata.__dna__addressof(ColorCorrectionData.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public ColorCorrectionData(long __address, Block __block, BlockTable __blockTable)
protected ColorCorrectionData(ColorCorrectionData that)
public float getSaturation() throws java.io.IOException
java.io.IOException
__DNA__FIELD__saturation
public void setSaturation(float saturation) throws java.io.IOException
java.io.IOException
__DNA__FIELD__saturation
public float getContrast() throws java.io.IOException
java.io.IOException
__DNA__FIELD__contrast
public void setContrast(float contrast) throws java.io.IOException
java.io.IOException
__DNA__FIELD__contrast
public float getGamma() throws java.io.IOException
java.io.IOException
__DNA__FIELD__gamma
public void setGamma(float gamma) throws java.io.IOException
java.io.IOException
__DNA__FIELD__gamma
public float getGain() throws java.io.IOException
java.io.IOException
__DNA__FIELD__gain
public void setGain(float gain) throws java.io.IOException
java.io.IOException
__DNA__FIELD__gain
public float getLift() throws java.io.IOException
java.io.IOException
__DNA__FIELD__lift
public void setLift(float lift) throws java.io.IOException
java.io.IOException
__DNA__FIELD__lift
public CArrayFacade<java.lang.Byte> get_pad() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public void set_pad(CArrayFacade<java.lang.Byte> _pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public CPointer<ColorCorrectionData> __io__addressof()