File indexing completed on 2025-02-23 04:10:58

0001 /*
0002  *  SPDX-FileCopyrightText: 2019 Dmitry Kazakov <dimula73@gmail.com>
0003  *
0004  *  SPDX-License-Identifier: GPL-2.0-or-later
0005  */
0006 
0007 #ifndef TESTLCMSRGBP2020PQCOLORSPACE_H
0008 #define TESTLCMSRGBP2020PQCOLORSPACE_H
0009 #include <QObject>
0010 
0011 class TestLcmsRGBP2020PQColorSpace : public QObject
0012 {
0013   Q_OBJECT
0014 private Q_SLOTS:
0015     void test();
0016     void testInternalConversions();
0017     void testConvertToCmyk();
0018     void testHDRClippingRec709ToRec2020();
0019 };
0020 
0021 #endif // TESTLCMSRGBP2020PQCOLORSPACE_H