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

Public Member Functions

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

Public Attributes

float mul
float add

Detailed Description

Definition at line 28 of file MOD_brightness_contrast.cc.

Member Function Documentation

◆ apply()

template<typename ImageT, typename MaskSampler>
void blender::seq::BrightContrastApplyOp::apply ( ImageT * image,
MaskSampler & mask,
int image_x,
IndexRange y_range )
inline

Member Data Documentation

◆ add

float blender::seq::BrightContrastApplyOp::add

Definition at line 30 of file MOD_brightness_contrast.cc.

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

◆ mul

float blender::seq::BrightContrastApplyOp::mul

Definition at line 29 of file MOD_brightness_contrast.cc.

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


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