|
Blender V5.0
|
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 |
Definition at line 28 of file MOD_brightness_contrast.cc.
|
inline |
Definition at line 33 of file MOD_brightness_contrast.cc.
References blender::IndexRange::first(), input, blender::seq::load_pixel_raw(), mask(), result, blender::seq::store_pixel_raw(), x, and y.
| float blender::seq::BrightContrastApplyOp::add |
Definition at line 30 of file MOD_brightness_contrast.cc.
Referenced by blender::seq::brightcontrast_apply().
| float blender::seq::BrightContrastApplyOp::mul |
Definition at line 29 of file MOD_brightness_contrast.cc.
Referenced by blender::seq::brightcontrast_apply().