ACF $AcfVersion:0$
IWhitePointProvider.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
6#include <istd/IChangeable.h>
7#include <icmm/CVarColor.h>
8
9
10namespace icmm
11{
12
13
106{
107public:
122 virtual icmm::CVarColor GetWhitePoint() const = 0;
123};
124
125
126} // namespace icmm
127
128
Generic color implementation with variable number of color components.
Definition CVarColor.h:176
Interface providing white point information for color spaces.
virtual icmm::CVarColor GetWhitePoint() const =0
Gets the white point as a color value.
Common interface for data model objects, which can be changed.
Definition IChangeable.h:28
Contains color management classes.