KDEUI
kcolorspaces.cpp File Reference
#include "kcolorspaces.h"#include "kcolorhelpers_p.h"#include <QColor>#include <math.h>Go to the source code of this file.
Defines | |
| #define | HCY_REC 709 |
Functions | |
| static qreal | wrap (qreal a, qreal d=1.0) |
Variables | |
| static const qreal | yc [3] = {0.2126, 0.7152, 0.0722} |
Define Documentation
| #define HCY_REC 709 |
Definition at line 53 of file kcolorspaces.cpp.
Function Documentation
| static qreal wrap | ( | qreal | a, | |
| qreal | d = 1.0 | |||
| ) | [inline, static] |
Definition at line 29 of file kcolorspaces.cpp.
Variable Documentation
const qreal yc[3] = {0.2126, 0.7152, 0.0722} [static] |
Definition at line 57 of file kcolorspaces.cpp.
KDE 4.3 API Reference