Package | Description |
---|---|
org.blender.dna |
Modifier and Type | Method and Description |
---|---|
ColorCorrectionData |
NodeColorCorrection.getHighlights()
Get method for struct member 'highlights'.
|
ColorCorrectionData |
NodeColorCorrection.getMaster()
Get method for struct member 'master'.
|
ColorCorrectionData |
NodeColorCorrection.getMidtones()
Get method for struct member 'midtones'.
|
ColorCorrectionData |
NodeColorCorrection.getShadows()
Get method for struct member 'shadows'.
|
Modifier and Type | Method and Description |
---|---|
CPointer<ColorCorrectionData> |
ColorCorrectionData.__io__addressof()
Instantiates a pointer on this instance.
|
Modifier and Type | Method and Description |
---|---|
void |
NodeColorCorrection.setHighlights(ColorCorrectionData highlights)
Set method for struct member 'highlights'.
|
void |
NodeColorCorrection.setMaster(ColorCorrectionData master)
Set method for struct member 'master'.
|
void |
NodeColorCorrection.setMidtones(ColorCorrectionData midtones)
Set method for struct member 'midtones'.
|
void |
NodeColorCorrection.setShadows(ColorCorrectionData shadows)
Set method for struct member 'shadows'.
|
Constructor and Description |
---|
ColorCorrectionData(ColorCorrectionData that) |