Krita Source Code Documentation
Loading...
Searching...
No Matches
KisHDRMetadataOptions.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2019 Dmitry Kazakov <dimula73@gmail.com>
3 *
4 * SPDX-License-Identifier: LGPL-2.1-or-later
5 */
6
7#ifndef KISHDRMETADATAOPTIONS_H
8#define KISHDRMETADATAOPTIONS_H
9
10#include <QString>
11#include "kis_types.h"
12
14{
16
18
19 qreal redX = 0.708;
20 qreal redY = 0.292;
21
22 qreal greenX = 0.170;
23 qreal greenY = 0.797;
24
25 qreal blueX = 0.131;
26 qreal blueY = 0.046;
27
28 qreal whiteX = 0.3127;
29 qreal whiteY = 0.3290;
30
31 qreal minLuminance = 0.005;
32 qreal maxLuminance = 1000;
33
34 qreal maxCLL = 1000;
35 qreal maxFALL = 400;
36
39
40 QString generateFFMpegOptions() const;
41};
42
43#endif // KISHDRMETADATAOPTIONS_H
QString generateFFMpegOptions() const
KisPropertiesConfigurationSP toProperties() const
void fromProperties(KisPropertiesConfigurationSP config)