File indexing completed on 2024-04-14 14:20:59

0001 #ifndef KCOLORUTILSTEST_H
0002 #define KCOLORUTILSTEST_H
0003 
0004 #include <QObject>
0005 
0006 class tst_KColorUtils : public QObject
0007 {
0008     Q_OBJECT
0009 private Q_SLOTS:
0010     void testOverlay();
0011     void testMix();
0012     void testHCY();
0013     void testContrast();
0014     void testShading();
0015 };
0016 
0017 #endif // KCOLORUTILSTEST_H