|
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 | |
| const CurveMapping * | curve_mapping |
Definition at line 61 of file MOD_hue_correct.cc.
|
inline |
Definition at line 65 of file MOD_hue_correct.cc.
References BKE_curvemapping_evaluateF(), blender::math::clamp(), blender::IndexRange::first(), floorf, hsv_to_rgb(), input, blender::seq::load_pixel_raw(), mask(), result, rgb_to_hsv(), blender::seq::store_pixel_raw(), x, and y.
| const CurveMapping* blender::seq::HueCorrectApplyOp::curve_mapping |
Definition at line 62 of file MOD_hue_correct.cc.
Referenced by blender::seq::hue_correct_apply().