Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qcolormatrix_p.h File Reference
#include <QtGui/qtguiglobal.h>
#include <QtCore/qpoint.h>
#include <QtCore/private/qglobal_p.h>
#include <cmath>
+ Include dependency graph for qcolormatrix_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QColorVector
 
class  QColorMatrix
 

Functions

bool operator== (const QColorVector &v1, const QColorVector &v2)
 
bool operator!= (const QColorVector &v1, const QColorVector &v2)
 
bool operator== (const QColorMatrix &m1, const QColorMatrix &m2)
 
bool operator!= (const QColorMatrix &m1, const QColorMatrix &m2)
 

Function Documentation

◆ operator!=() [1/2]

bool operator!= ( const QColorMatrix m1,
const QColorMatrix m2 
)
inline

Definition at line 199 of file qcolormatrix_p.h.

◆ operator!=() [2/2]

bool operator!= ( const QColorVector v1,
const QColorVector v2 
)
inline

Definition at line 73 of file qcolormatrix_p.h.

◆ operator==() [1/2]

bool operator== ( const QColorMatrix m1,
const QColorMatrix m2 
)
inline

Definition at line 194 of file qcolormatrix_p.h.

◆ operator==() [2/2]

bool operator== ( const QColorVector v1,
const QColorVector v2 
)
inline

Definition at line 66 of file qcolormatrix_p.h.