Overprint

This commit is contained in:
Jakub Melka
2021-01-24 18:41:17 +01:00
parent 443c656a46
commit 77255cc56a
5 changed files with 173 additions and 44 deletions

View File

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