Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qcolorspace.h File Reference

(bde2292247bf4849852355c0dcc71f97c9daace9)

#include <QtGui/qtguiglobal.h>
#include <QtGui/qcolortransform.h>
#include <QtCore/qobjectdefs.h>
#include <QtCore/qpoint.h>
#include <QtCore/qshareddata.h>
#include <QtCore/qvariant.h>
Include dependency graph for qcolorspace.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QColorSpace
 The QColorSpace class provides a color space abstraction. More...
class  QColorSpace::PrimaryPoints
 The PrimaryPoints struct contains four primary color space points. More...

Functions

Q_GUI_EXPORT QDataStreamoperator<< (QDataStream &, const QColorSpace &)
Q_GUI_EXPORT QDataStreamoperator>> (QDataStream &, QColorSpace &)
Q_GUI_EXPORT QDebug operator<< (QDebug dbg, const QColorSpace &colorSpace)

Function Documentation

◆ operator<<() [1/2]

QDataStream & operator<< ( QDataStream & s,
const QColorSpace & image )
related

Definition at line 1493 of file qcolorspace.cpp.

◆ operator<<() [2/2]

QDebug operator<< ( QDebug dbg,
const QColorSpace & colorSpace )

Definition at line 1541 of file qcolorspace.cpp.

◆ operator>>()

QDataStream & operator>> ( QDataStream & s,
QColorSpace & colorSpace )
related

Definition at line 1509 of file qcolorspace.cpp.