|
Blender
V2.93
|
#include <DNA_node_types.h>
Public Attributes | |
| float | saturation |
| float | contrast |
| float | gamma |
| float | gain |
| float | lift |
| char | _pad [4] |
Definition at line 645 of file DNA_node_types.h.
| char ColorCorrectionData::_pad[4] |
Definition at line 651 of file DNA_node_types.h.
| float ColorCorrectionData::contrast |
Definition at line 647 of file DNA_node_types.h.
Referenced by blender::compositor::ColorCorrectionOperation::executePixelSampled(), and node_composit_init_colorcorrection().
| float ColorCorrectionData::gain |
Definition at line 649 of file DNA_node_types.h.
Referenced by blender::compositor::ColorCorrectionOperation::executePixelSampled(), and node_composit_init_colorcorrection().
| float ColorCorrectionData::gamma |
Definition at line 648 of file DNA_node_types.h.
Referenced by blender::compositor::ColorCorrectionOperation::executePixelSampled(), and node_composit_init_colorcorrection().
| float ColorCorrectionData::lift |
Definition at line 650 of file DNA_node_types.h.
Referenced by blender::compositor::ColorCorrectionOperation::executePixelSampled(), and node_composit_init_colorcorrection().
| float ColorCorrectionData::saturation |
Definition at line 646 of file DNA_node_types.h.
Referenced by blender::compositor::ColorCorrectionOperation::executePixelSampled(), and node_composit_init_colorcorrection().