mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Preparation for ICC based color profiles
This commit is contained in:
@ -110,6 +110,14 @@ QColor PDFCMSGeneric::getColorFromXYZ(const PDFColor3& whitePoint, const PDFColo
|
||||
return QColor();
|
||||
}
|
||||
|
||||
QColor PDFCMSGeneric::getColorFromICC(const PDFColor& color, const QByteArray& iccID, const QByteArray& iccData) const
|
||||
{
|
||||
Q_UNUSED(color);
|
||||
Q_UNUSED(iccID);
|
||||
Q_UNUSED(iccData);
|
||||
return QColor();
|
||||
}
|
||||
|
||||
PDFCMSManager::PDFCMSManager(QObject* parent) :
|
||||
BaseClass(parent)
|
||||
{
|
||||
|
Reference in New Issue
Block a user