|
Blender
V2.93
|
temporarily storage during execution of Tone-map More...
#include <COM_TonemapOperation.h>
Public Attributes | |
| float | al |
| float | auto_key |
| float | lav |
| float | cav [4] |
| float | igm |
temporarily storage during execution of Tone-map
Definition at line 30 of file COM_TonemapOperation.h.
| float blender::compositor::AvgLogLum::al |
Definition at line 31 of file COM_TonemapOperation.h.
Referenced by blender::compositor::TonemapOperation::executePixel().
| float blender::compositor::AvgLogLum::auto_key |
Definition at line 32 of file COM_TonemapOperation.h.
Referenced by blender::compositor::PhotoreceptorTonemapOperation::executePixel().
| float blender::compositor::AvgLogLum::cav[4] |
Definition at line 34 of file COM_TonemapOperation.h.
Referenced by blender::compositor::PhotoreceptorTonemapOperation::executePixel().
| float blender::compositor::AvgLogLum::igm |
Definition at line 35 of file COM_TonemapOperation.h.
Referenced by blender::compositor::TonemapOperation::executePixel().
| float blender::compositor::AvgLogLum::lav |
Definition at line 33 of file COM_TonemapOperation.h.
Referenced by blender::compositor::PhotoreceptorTonemapOperation::executePixel().