mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Bugfix: cmyk over spot color
This commit is contained in:
@ -205,6 +205,9 @@ public:
|
||||
/// Sets all colors as active
|
||||
void setAllColorActive();
|
||||
|
||||
/// Sets all colors as inactive
|
||||
void setAllColorInactive();
|
||||
|
||||
/// Extract process colors into another bitmap
|
||||
PDFFloatBitmap extractProcessColors() const;
|
||||
|
||||
|
Reference in New Issue
Block a user