(e2756158dcf87fea757475d711ac9cda20f42152)
#include "qcolorspace.h"
#include "qcolorspace_p.h"
#include "qcolortransform.h"
#include "qcolorclut_p.h"
#include "qcolormatrix_p.h"
#include "qcolortransferfunction_p.h"
#include "qcolortransform_p.h"
#include "qicc_p.h"
#include <qatomic.h>
#include <qmath.h>
#include <qtransform.h>
#include <qdebug.h>
#include "moc_qcolorspace.cpp"
Go to the source code of this file.
|
static void | cleanupPredefinedColorspaces () |
QColorMatrix | qColorSpacePrimaryPointsToXyzMatrix (const QColorSpace::PrimaryPoints &primaries) |
static bool | compareElement (const QColorSpacePrivate::TransferElement &element, const QColorSpacePrivate::TransferElement &other) |
static bool | compareElement (const QColorMatrix &element, const QColorMatrix &other) |
static bool | compareElement (const QColorVector &element, const QColorVector &other) |
static bool | compareElement (const QColorCLUT &element, const QColorCLUT &other) |
template<typename T> |
static bool | compareElements (const T &element, const QColorSpacePrivate::Element &other) |
QDataStream & | operator<< (QDataStream &s, const QColorSpace &image) |
QDataStream & | operator>> (QDataStream &s, QColorSpace &colorSpace) |
QDebug | operator<< (QDebug dbg, const QColorSpacePrivate::TransferElement &) |
QDebug | operator<< (QDebug dbg, const QColorMatrix &) |
QDebug | operator<< (QDebug dbg, const QColorVector &) |
QDebug | operator<< (QDebug dbg, const QColorCLUT &) |
QDebug | operator<< (QDebug dbg, const QList< QColorSpacePrivate::Element > &elements) |
QDebug | operator<< (QDebug dbg, const QColorSpace &colorSpace) |
◆ cleanupPredefinedColorspaces()
void cleanupPredefinedColorspaces |
( |
| ) |
|
|
static |
◆ compareElement() [1/4]
◆ compareElement() [2/4]
◆ compareElement() [3/4]
◆ compareElement() [4/4]
◆ compareElements()
◆ operator<<() [1/7]
◆ operator<<() [2/7]
◆ operator<<() [3/7]
◆ operator<<() [4/7]
◆ operator<<() [5/7]
◆ operator<<() [6/7]
◆ operator<<() [7/7]
◆ operator>>()
◆ qColorSpacePrimaryPointsToXyzMatrix()
◆ s_predefinedColorspacePrivates