Alter the color of a watermark preset based on background color

You can’t automate it, but at least you can use the color selector in the watermark module to choose a color. To use that in your watermark you have to open it in a text editor, find where the color is set (something like fill:#ff00ff) and replace that with the color variable (fill:$(WATERMARK_COLOR) in our example).
It lacks a color picker and is not automated, but maybe it helps somewhat.

1 Like