ACF $AcfVersion:0$
CHsvToRgbTransformation.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
8
9namespace icmm
10{
11
12
17{
18public:
19 // reimplemented (icmm::IColorTransformation)
20 virtual bool GetValueAt(const ArgumentType& argument, ResultType& result) const override;
21 virtual ResultType GetValueAt(const ArgumentType& argument) const override;
22};
23
24
25} // namespace icmm
26
27
Implementation of HSV-to-RGB color transformation.
virtual bool GetValueAt(const ArgumentType &argument, ResultType &result) const override
Get function value for specified argument value.
virtual ResultType GetValueAt(const ArgumentType &argument) const override
Get function value for specified argument value.
Generic color implementation with variable number of color components.
Definition CVarColor.h:176
Basic interface for color transformations between color models.
Contains color management classes.