mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Editor plugin: SVG images
This commit is contained in:
@ -86,6 +86,9 @@ public:
|
||||
/// \param mode Blend mode
|
||||
static QPainter::CompositionMode getCompositionModeFromBlendMode(BlendMode mode);
|
||||
|
||||
/// Returns blend mode from QPainter's composition mode.
|
||||
static BlendMode getBlendModeFromCompositionMode(QPainter::CompositionMode mode);
|
||||
|
||||
/// Returns blend mode name
|
||||
/// \param mode Blend mode
|
||||
static QString getBlendModeName(BlendMode mode);
|
||||
|
Reference in New Issue
Block a user