Bugfix: cmyk over spot color

This commit is contained in:
Jakub Melka
2021-02-18 18:34:29 +01:00
parent 63218a40dd
commit 114dfcb895
2 changed files with 15 additions and 0 deletions

View File

@ -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;