mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Consider document's output intents in color transformation
This commit is contained in:
@ -361,6 +361,10 @@ public:
|
||||
/// \param colorName Color name
|
||||
bool containsSpotColor(const QByteArray& colorName) const;
|
||||
|
||||
/// Returns true, if mapper contains given process color
|
||||
/// \param colorName Color name
|
||||
bool containsProcessColor(const QByteArray& colorName) const;
|
||||
|
||||
/// Returns number of active spot colors
|
||||
size_t getActiveSpotColorCount() const { return m_activeSpotColors; }
|
||||
|
||||
|
Reference in New Issue
Block a user