Add "blend mode" to "custom color filter"

This commit is contained in:
schroda
2025-02-07 15:09:25 +01:00
parent 9d3aeafe0e
commit cae52fd782
6 changed files with 127 additions and 45 deletions

View File

@@ -869,6 +869,15 @@
"invert": "Invert",
"rgba": {
"alpha": "Alpha",
"blend_mode": {
"darken": "Darken",
"default": "$t(global.label.default)",
"lighten": "Lighten",
"multiply": "Multiply",
"overlay": "Overlay",
"screen": "Screen",
"title": "Color filter blend mode"
},
"blue": "Blue",
"green": "Green",
"red": "Red",