Blender V5.0
blender::seq::TonemapApplyOp Struct Reference

Public Member Functions

template<typename ImageT, typename MaskSampler>
void apply (ImageT *image, MaskSampler &mask, int image_x, IndexRange y_range)

Public Attributes

AreaLuminance lum
AvgLogLum data
eModTonemapType type
ImBufibuf

Detailed Description

Definition at line 178 of file MOD_tonemap.cc.

Member Function Documentation

◆ apply()

Member Data Documentation

◆ data

AvgLogLum blender::seq::TonemapApplyOp::data

Definition at line 180 of file MOD_tonemap.cc.

Referenced by apply(), and blender::seq::tonemapmodifier_apply().

◆ ibuf

ImBuf* blender::seq::TonemapApplyOp::ibuf

Definition at line 182 of file MOD_tonemap.cc.

Referenced by apply(), and blender::seq::tonemapmodifier_apply().

◆ lum

AreaLuminance blender::seq::TonemapApplyOp::lum

Definition at line 179 of file MOD_tonemap.cc.

Referenced by blender::seq::tonemapmodifier_apply().

◆ type

eModTonemapType blender::seq::TonemapApplyOp::type

Definition at line 181 of file MOD_tonemap.cc.

Referenced by blender::seq::tonemapmodifier_apply().


The documentation for this struct was generated from the following file: