mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Overprint
This commit is contained in:
@ -51,6 +51,10 @@ enum class BlendMode
|
||||
// to normal. It should be recognized for sake of compatibility.
|
||||
Compatible, ///< Equals to normal
|
||||
|
||||
// Special blend modes for handling overprint. Used only internally.
|
||||
Overprint_SelectBackdrop,
|
||||
Overprint_SelectNonZeroSourceOrBackdrop,
|
||||
|
||||
// Invalid blending mode - for internal purposes only
|
||||
Invalid
|
||||
};
|
||||
|
Reference in New Issue
Block a user