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