Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_hdr_metadata.cpp
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2026 Wolthera van Hövell tot Westerflier <griffinvalley@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6#include <kis_hdr_metadata.h>
8
10 qRegisterMetaType<KisRelativeContentLightLevelInformation::CalculationType>();
11}
12
18
22 && white == other.white && red == other.red
23 && green == other.green && blue == other.blue;
24}
25
27 {}, // for boost::equality_comparable :(
32 1000.0,
33 0.005
34};
36 {}, // for boost::equality_comparable :(
41 1000.0,
42 0.005
43};
static const Colorimetry DCIP3
static const Colorimetry BT2020
static bool qFuzzyCompare(half p1, half p2)
KIS_DECLARE_STATIC_INITIALIZER
The KisColorVolumeInformation class is a struct that represents the 'mastering' display....
double maxLuminance
Maximum screen brightness in cd/m²
static const KisColorVolumeInformation BT2100PQ
bool operator==(const KisColorVolumeInformation &other) const
KoColorimetryUtils::xy blue
xyY location of the blue colorant.
double minLuminance
Minimum screen brightness in cd/m²
KoColorimetryUtils::xy white
xyY location of the whitepoint.
KoColorimetryUtils::xy red
xyY location of the red colorant.
KoColorimetryUtils::xy green
xyY location of the green colorant.
static const KisColorVolumeInformation DCIP3D65
double maxFrameAverageLightLevel
maxFrameAverage MaxFrameAverageLightLevel or MaxFALL is the average of average pixel brightnesses in ...
bool operator==(const KisRelativeContentLightLevelInformation &other) const