ACF $AcfVersion:0$
CRgbToHsvTranformation.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
204{
205public:
206 // reimplemented (icmm::IColorTransformation)
207 virtual bool GetValueAt(const ArgumentType& argument, ResultType& result) const override;
208 virtual ResultType GetValueAt(const ArgumentType& argument) const override;
209};
210
211
212} // namespace icmm
213
214
Implementation of RGB-to-HSV color transformation.
virtual ResultType GetValueAt(const ArgumentType &argument) const override
Get function value for specified argument value.
virtual bool GetValueAt(const ArgumentType &argument, ResultType &result) 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.