Blender V4.5
blender::seq::BrightContrastApplyOp Struct Reference

Public Member Functions

template<typename ImageT, typename MaskT>
void apply (ImageT *image, const MaskT *mask, IndexRange size)

Public Attributes

float mul
float add

Detailed Description

Definition at line 674 of file sequencer/intern/modifier.cc.

Member Function Documentation

◆ apply()

template<typename ImageT, typename MaskT>
void blender::seq::BrightContrastApplyOp::apply ( ImageT * image,
const MaskT * mask,
IndexRange size )
inline

Member Data Documentation

◆ add

float blender::seq::BrightContrastApplyOp::add

Definition at line 676 of file sequencer/intern/modifier.cc.

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

◆ mul

float blender::seq::BrightContrastApplyOp::mul

Definition at line 675 of file sequencer/intern/modifier.cc.

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


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