Blender V4.3
COM_CurveBaseOperation.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2011 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#pragma once
6
8
9struct CurveMapping;
10
11namespace blender::compositor {
12
14 protected:
16
17 public:
20
21 void init_execution() override;
22 void deinit_execution() override;
23
24 void set_curve_mapping(const CurveMapping *mapping);
25};
26
27} // namespace blender::compositor
void set_curve_mapping(const CurveMapping *mapping)