mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Color adaptation for XYZ color space
This commit is contained in:
@ -419,6 +419,18 @@ private:
|
||||
mutable PDFCachedItem<PDFColorProfileIdentifiers> m_externalProfiles;
|
||||
};
|
||||
|
||||
/// Class providing chromatic adaptation of whitepoints
|
||||
/// using various method.
|
||||
class PDFChromaticAdaptationXYZ
|
||||
{
|
||||
public:
|
||||
PDFChromaticAdaptationXYZ() = delete;
|
||||
|
||||
static PDFColorComponentMatrix_3x3 createWhitepointChromaticAdaptation(const PDFColor3& targetWhitePoint,
|
||||
const PDFColor3& sourceWhitePoint,
|
||||
PDFCMSSettings::ColorAdaptationXYZ method);
|
||||
};
|
||||
|
||||
} // namespace pdf
|
||||
|
||||
#endif // PDFCMS_H
|
||||
|
Reference in New Issue
Block a user