Blender V4.3
COM_CurveBaseOperation.cc
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2011 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
6
7#include "BKE_colortools.hh"
8
9namespace blender::compositor {
10
16
24
36
38{
39 /* duplicate the curve to avoid glitches while drawing, see bug #32374. */
40 if (curve_mapping_) {
42 }
44}
45
46} // namespace blender::compositor
CurveMapping * BKE_curvemapping_copy(const CurveMapping *cumap)
void BKE_curvemapping_init(CurveMapping *cumap)
void BKE_curvemapping_free(CurveMapping *cumap)
void set_curve_mapping(const CurveMapping *mapping)