public class NodeColorCorrection extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__endmidtones
Field descriptor (offset) for struct member 'endmidtones'.
|
static long[] |
__DNA__FIELD__highlights
Field descriptor (offset) for struct member 'highlights'.
|
static long[] |
__DNA__FIELD__master
Field descriptor (offset) for struct member 'master'.
|
static long[] |
__DNA__FIELD__midtones
Field descriptor (offset) for struct member 'midtones'.
|
static long[] |
__DNA__FIELD__shadows
Field descriptor (offset) for struct member 'shadows'.
|
static long[] |
__DNA__FIELD__startmidtones
Field descriptor (offset) for struct member 'startmidtones'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct NodeColorCorrection.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
NodeColorCorrection(long __address,
Block __block,
BlockTable __blockTable) |
protected |
NodeColorCorrection(NodeColorCorrection that) |
Modifier and Type | Method and Description |
---|---|
CPointer<NodeColorCorrection> |
__io__addressof()
Instantiates a pointer on this instance.
|
float |
getEndmidtones()
Get method for struct member 'endmidtones'.
|
ColorCorrectionData |
getHighlights()
Get method for struct member 'highlights'.
|
ColorCorrectionData |
getMaster()
Get method for struct member 'master'.
|
ColorCorrectionData |
getMidtones()
Get method for struct member 'midtones'.
|
ColorCorrectionData |
getShadows()
Get method for struct member 'shadows'.
|
float |
getStartmidtones()
Get method for struct member 'startmidtones'.
|
void |
setEndmidtones(float endmidtones)
Set method for struct member 'endmidtones'.
|
void |
setHighlights(ColorCorrectionData highlights)
Set method for struct member 'highlights'.
|
void |
setMaster(ColorCorrectionData master)
Set method for struct member 'master'.
|
void |
setMidtones(ColorCorrectionData midtones)
Set method for struct member 'midtones'.
|
void |
setShadows(ColorCorrectionData shadows)
Set method for struct member 'shadows'.
|
void |
setStartmidtones(float startmidtones)
Set method for struct member 'startmidtones'.
|
__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 NodeColorCorrection.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__master
This is how you get a reference on the corresponding field in the struct:
NodeColorCorrection nodecolorcorrection = ...; CPointer<Object> p = nodecolorcorrection.__dna__addressof(NodeColorCorrection.__DNA__FIELD__master); CPointer<ColorCorrectionData> p_master = p.cast(new Class[]{ColorCorrectionData.class});
public static final long[] __DNA__FIELD__shadows
This is how you get a reference on the corresponding field in the struct:
NodeColorCorrection nodecolorcorrection = ...; CPointer<Object> p = nodecolorcorrection.__dna__addressof(NodeColorCorrection.__DNA__FIELD__shadows); CPointer<ColorCorrectionData> p_shadows = p.cast(new Class[]{ColorCorrectionData.class});
public static final long[] __DNA__FIELD__midtones
This is how you get a reference on the corresponding field in the struct:
NodeColorCorrection nodecolorcorrection = ...; CPointer<Object> p = nodecolorcorrection.__dna__addressof(NodeColorCorrection.__DNA__FIELD__midtones); CPointer<ColorCorrectionData> p_midtones = p.cast(new Class[]{ColorCorrectionData.class});
public static final long[] __DNA__FIELD__highlights
This is how you get a reference on the corresponding field in the struct:
NodeColorCorrection nodecolorcorrection = ...; CPointer<Object> p = nodecolorcorrection.__dna__addressof(NodeColorCorrection.__DNA__FIELD__highlights); CPointer<ColorCorrectionData> p_highlights = p.cast(new Class[]{ColorCorrectionData.class});
public static final long[] __DNA__FIELD__startmidtones
This is how you get a reference on the corresponding field in the struct:
NodeColorCorrection nodecolorcorrection = ...; CPointer<Object> p = nodecolorcorrection.__dna__addressof(NodeColorCorrection.__DNA__FIELD__startmidtones); CPointer<Float> p_startmidtones = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__endmidtones
This is how you get a reference on the corresponding field in the struct:
NodeColorCorrection nodecolorcorrection = ...; CPointer<Object> p = nodecolorcorrection.__dna__addressof(NodeColorCorrection.__DNA__FIELD__endmidtones); CPointer<Float> p_endmidtones = p.cast(new Class[]{Float.class});
public NodeColorCorrection(long __address, Block __block, BlockTable __blockTable)
protected NodeColorCorrection(NodeColorCorrection that)
public ColorCorrectionData getMaster() throws java.io.IOException
java.io.IOException
__DNA__FIELD__master
public void setMaster(ColorCorrectionData master) throws java.io.IOException
java.io.IOException
__DNA__FIELD__master
public ColorCorrectionData getShadows() throws java.io.IOException
java.io.IOException
__DNA__FIELD__shadows
public void setShadows(ColorCorrectionData shadows) throws java.io.IOException
java.io.IOException
__DNA__FIELD__shadows
public ColorCorrectionData getMidtones() throws java.io.IOException
java.io.IOException
__DNA__FIELD__midtones
public void setMidtones(ColorCorrectionData midtones) throws java.io.IOException
java.io.IOException
__DNA__FIELD__midtones
public ColorCorrectionData getHighlights() throws java.io.IOException
java.io.IOException
__DNA__FIELD__highlights
public void setHighlights(ColorCorrectionData highlights) throws java.io.IOException
java.io.IOException
__DNA__FIELD__highlights
public float getStartmidtones() throws java.io.IOException
java.io.IOException
__DNA__FIELD__startmidtones
public void setStartmidtones(float startmidtones) throws java.io.IOException
java.io.IOException
__DNA__FIELD__startmidtones
public float getEndmidtones() throws java.io.IOException
java.io.IOException
__DNA__FIELD__endmidtones
public void setEndmidtones(float endmidtones) throws java.io.IOException
java.io.IOException
__DNA__FIELD__endmidtones
public CPointer<NodeColorCorrection> __io__addressof()