|
Krita Source Code Documentation
|
Go to the source code of this file.
Namespaces | |
| namespace | KoColorimetryUtils |
Functions | |
| QMatrix4x4 | KoColorimetryUtils::matrixFromColumns (const QVector3D &first, const QVector3D &second, const QVector3D &third) |
| QDebug | KoColorimetryUtils::operator<< (QDebug debug, const Colorimetry &value) |
| QDebug | KoColorimetryUtils::operator<< (QDebug debug, const xy &value) |
| QDebug | KoColorimetryUtils::operator<< (QDebug debug, const xyY &value) |
| QDebug | KoColorimetryUtils::operator<< (QDebug debug, const XYZ &value) |
| static double | KoColorimetryUtils::triangleArea (QVector2D p1, QVector2D p2, QVector2D p3) |
Variables | |
| static const QMatrix4x4 | KoColorimetryUtils::s_inverseDolbyLMS = s_xyzToDolbyLMS.inverted() |
| static const QMatrix4x4 | KoColorimetryUtils::s_xyzToDolbyLMS |