|
Krita Source Code Documentation
|
#include "LcmsColorProfileContainer.h"#include <QGenericMatrix>#include <QTransform>#include <array>#include <cfloat>#include <cmath>#include <QDebug>#include "DebugPigment.h"#include "kis_debug.h"#include <KisLazyStorage.h>#include <KisLazyValueWrapper.h>#include <lcms2.h>#include <KoColorTransferFunctions.h>Go to the source code of this file.
Classes | |
| class | LcmsColorProfileContainer::Private |
Macros | |
| #define | _BUFFER_SIZE_ 1000 |
Functions | |
| KoColorimetryUtils::xyY | fromCIExyY (const cmsCIExyY &xyY) |
| KoColorimetryUtils::XYZ | fromCieXYZ (const cmsCIEXYZ &xyz) |
| cmsToneCurve * | perceptualQuantizerDummy () |
| #define _BUFFER_SIZE_ 1000 |
Definition at line 155 of file LcmsColorProfileContainer.cpp.
| KoColorimetryUtils::xyY fromCIExyY | ( | const cmsCIExyY & | xyY | ) |
Definition at line 432 of file LcmsColorProfileContainer.cpp.
References KoColorimetryUtils::xyY::x.
| KoColorimetryUtils::XYZ fromCieXYZ | ( | const cmsCIEXYZ & | xyz | ) |
Definition at line 428 of file LcmsColorProfileContainer.cpp.
References KoColorimetryUtils::XYZ::X.
| cmsToneCurve * perceptualQuantizerDummy | ( | ) |
IMPORTANT: 125.0 is the maximum output of the curve and is controlled by the diffuse white!
Definition at line 693 of file LcmsColorProfileContainer.cpp.
References removeSmpte2048Curve().