ACF $AcfVersion:0$
IColorTransformation.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-2.1-or-later OR GPL-2.0-or-later OR GPL-3.0-or-later OR LicenseRef-ACF-Commercial
2#pragma once
3
4
5// ACF includes
7#include <icmm/CVarColor.h>
8
9
10namespace icmm
11{
12
13
174class IColorTransformation: virtual public imath::TIMathFunction<icmm::CVarColor, icmm::CVarColor>
175{
176};
177
178
179} // namespace icmm
180
181
Basic interface for color transformations between color models.
Template interface for any mathematical function.
Contains color management classes.