Editor plugin: SVG images

This commit is contained in:
Jakub Melka
2024-06-16 18:32:38 +02:00
parent 758e5fe7bb
commit c52e487b04
5 changed files with 268 additions and 0 deletions

View File

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