File: kcolorutilstest.h

package info (click to toggle)
kguiaddons 5.103.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 868 kB
  • sloc: cpp: 4,913; xml: 358; sh: 13; makefile: 11
file content (17 lines) | stat: -rw-r--r-- 289 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef KCOLORUTILSTEST_H
#define KCOLORUTILSTEST_H

#include <QObject>

class tst_KColorUtils : public QObject
{
    Q_OBJECT
private Q_SLOTS:
    void testOverlay();
    void testMix();
    void testHCY();
    void testContrast();
    void testShading();
};

#endif // KCOLORUTILSTEST_H