Skip to content

Commit

Permalink
Merge pull request #89 from Don-Dori/main
Browse files Browse the repository at this point in the history
Adds modulo blending mode
  • Loading branch information
wojtryb authored May 5, 2024
2 parents 8ab4b82 + 5dcb9e0 commit 31a99a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shortcut_composer/api_krita/enums/blending_mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ class BlendingMode(EnumGroup):
_modulo = Group("Modulo")
DIVISIVE_MODULO = "divisive_modulo"
DIVISIVE_MODULO_CONTINUOUS = "divisive_modulo_continuous"
MODULO = "modulo"
MODULO_CONTINUOUS = "modulo_continuous"
MODULO_SHIFT = "modulo_shift"
MODULO_SHIFT_CONTINUOUS = "modulo_shift_continuous"
Expand Down

0 comments on commit 31a99a9

Please sign in to comment.