|
Blender
V2.93
|
#include <DNA_node_types.h>
Public Attributes | |
| ColorCorrectionData | master |
| ColorCorrectionData | shadows |
| ColorCorrectionData | midtones |
| ColorCorrectionData | highlights |
| float | startmidtones |
| float | endmidtones |
Definition at line 654 of file DNA_node_types.h.
| float NodeColorCorrection::endmidtones |
Definition at line 660 of file DNA_node_types.h.
Referenced by blender::compositor::ColorCorrectionOperation::executePixelSampled(), and node_composit_init_colorcorrection().
| ColorCorrectionData NodeColorCorrection::highlights |
Definition at line 658 of file DNA_node_types.h.
Referenced by blender::compositor::ColorCorrectionOperation::executePixelSampled(), and node_composit_init_colorcorrection().
| ColorCorrectionData NodeColorCorrection::master |
Definition at line 655 of file DNA_node_types.h.
Referenced by blender::compositor::ColorCorrectionOperation::executePixelSampled(), and node_composit_init_colorcorrection().
| ColorCorrectionData NodeColorCorrection::midtones |
Definition at line 657 of file DNA_node_types.h.
Referenced by blender::compositor::ColorCorrectionOperation::executePixelSampled(), and node_composit_init_colorcorrection().
| ColorCorrectionData NodeColorCorrection::shadows |
Definition at line 656 of file DNA_node_types.h.
Referenced by blender::compositor::ColorCorrectionOperation::executePixelSampled(), and node_composit_init_colorcorrection().
| float NodeColorCorrection::startmidtones |
Definition at line 659 of file DNA_node_types.h.
Referenced by blender::compositor::ColorCorrectionOperation::executePixelSampled(), and node_composit_init_colorcorrection().