|
Blender V5.0
|
Public Attributes | |
| const SequencerTonemapModifierData * | tmmd |
| float | al |
| float | auto_key |
| float | lav |
| float3 | cav |
| float | igm |
Definition at line 29 of file MOD_tonemap.cc.
| float blender::seq::AvgLogLum::al |
Definition at line 31 of file MOD_tonemap.cc.
Referenced by blender::seq::tonemap_simple(), and blender::seq::tonemapmodifier_apply().
| float blender::seq::AvgLogLum::auto_key |
Definition at line 32 of file MOD_tonemap.cc.
Referenced by blender::seq::tonemap_rd_photoreceptor(), and blender::seq::tonemapmodifier_apply().
| float3 blender::seq::AvgLogLum::cav |
Definition at line 34 of file MOD_tonemap.cc.
Referenced by blender::seq::tonemap_rd_photoreceptor(), and blender::seq::tonemapmodifier_apply().
| float blender::seq::AvgLogLum::igm |
Definition at line 35 of file MOD_tonemap.cc.
Referenced by blender::seq::tonemap_simple(), and blender::seq::tonemapmodifier_apply().
| float blender::seq::AvgLogLum::lav |
Definition at line 33 of file MOD_tonemap.cc.
Referenced by blender::seq::tonemap_rd_photoreceptor(), and blender::seq::tonemapmodifier_apply().
| const SequencerTonemapModifierData* blender::seq::AvgLogLum::tmmd |
Definition at line 30 of file MOD_tonemap.cc.
Referenced by blender::seq::tonemap_rd_photoreceptor(), blender::seq::tonemap_simple(), and blender::seq::tonemapmodifier_apply().