![]() |
Qt 6.x
The Qt SDK
|
#include <qcolormatrix_p.h>
Collaboration diagram for QColorVector:Public Member Functions | |
| QColorVector ()=default | |
| constexpr | QColorVector (float x, float y, float z) |
| constexpr | QColorVector (const QPointF &chr) |
| bool | isNull () const |
Static Public Member Functions | |
| static bool | isValidChromaticity (const QPointF &chr) |
| static constexpr QPointF | D50Chromaticity () |
| static constexpr QPointF | D65Chromaticity () |
| static constexpr QColorVector | D50 () |
| static constexpr QColorVector | D65 () |
Public Attributes | |
| float | x = 0.0f |
| float | y = 0.0f |
| float | z = 0.0f |
| float | _unused = 0.0f |
Friends | |
| bool | operator== (const QColorVector &v1, const QColorVector &v2) |
| bool | operator!= (const QColorVector &v1, const QColorVector &v2) |
Definition at line 26 of file qcolormatrix_p.h.
|
default |
|
inlineconstexpr |
Definition at line 30 of file qcolormatrix_p.h.
|
inlineexplicitconstexpr |
Definition at line 31 of file qcolormatrix_p.h.
|
inlinestaticconstexpr |
Definition at line 62 of file qcolormatrix_p.h.
References QColorVector(), and D50Chromaticity().
Referenced by QIcc::isValidIccProfile(), QColorSpacePrivate::setToXyzMatrix(), and QColorSpacePrimaries::toXyzMatrix().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestaticconstexpr |
Definition at line 60 of file qcolormatrix_p.h.
Referenced by QColorSpacePrimaries::QColorSpacePrimaries(), and D50().
Here is the caller graph for this function:
|
inlinestaticconstexpr |
Definition at line 63 of file qcolormatrix_p.h.
References QColorVector(), and D65Chromaticity().
Referenced by QIcc::fromIccProfile().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestaticconstexpr |
Definition at line 61 of file qcolormatrix_p.h.
Referenced by QColorSpacePrimaries::QColorSpacePrimaries(), and D65().
Here is the caller graph for this function:
|
inline |
Definition at line 43 of file qcolormatrix_p.h.
References z.
|
inlinestatic |
Definition at line 48 of file qcolormatrix_p.h.
References QPointF::x(), and QPointF::y().
Referenced by QColorSpacePrimaries::areValid().
Here is the call graph for this function:
Here is the caller graph for this function:
|
friend |
Definition at line 73 of file qcolormatrix_p.h.
|
friend |
Definition at line 66 of file qcolormatrix_p.h.
| float QColorVector::_unused = 0.0f |
Definition at line 39 of file qcolormatrix_p.h.
| float QColorVector::x = 0.0f |
Definition at line 36 of file qcolormatrix_p.h.
Referenced by applyMatrix(), QIcc::fromIccProfile(), QColorMatrix::inverted(), QIcc::isValidIccProfile(), QColorTransform::map(), QColorMatrix::map(), QColorTransform::map(), QColorTransform::map(), QColorMatrix::operator*(), QIcc::toIccProfile(), and QColorSpacePrimaries::toXyzMatrix().
| float QColorVector::y = 0.0f |
Definition at line 37 of file qcolormatrix_p.h.
Referenced by applyMatrix(), QIcc::fromIccProfile(), QColorMatrix::inverted(), QIcc::isValidIccProfile(), QColorMatrix::operator*(), QIcc::toIccProfile(), and QColorSpacePrimaries::toXyzMatrix().
| float QColorVector::z = 0.0f |
Definition at line 38 of file qcolormatrix_p.h.
Referenced by applyMatrix(), QIcc::fromIccProfile(), QColorMatrix::inverted(), isNull(), QIcc::isValidIccProfile(), QColorMatrix::operator*(), QIcc::toIccProfile(), and QColorSpacePrimaries::toXyzMatrix().