From 45a64b31403f90dabcb25cfb7404727fe7202a22 Mon Sep 17 00:00:00 2001 From: cajun <12363371+CajunAvenger@users.noreply.github.com> Date: Sun, 13 Oct 2024 20:04:48 -0500 Subject: [PATCH] fix unblended alpha --- data/magic-blends.mse-include/new-blends | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/magic-blends.mse-include/new-blends b/data/magic-blends.mse-include/new-blends index b383b8430..0af8f8280 100644 --- a/data/magic-blends.mse-include/new-blends +++ b/data/magic-blends.mse-include/new-blends @@ -1215,4 +1215,4 @@ watermark_blend := else if option == "glow" then glow_watermark_blend(input, alpha: glow_alpha) else if invert_base_image then set_alpha(alpha: alpha, invert_image(input)) else set_alpha(alpha: alpha, input) -}@(h:500,l:500,colored:false,face:1,alpha:0.25,spotlight_alpha:0.75,dark_alpha:0.25,dark_spotlight_alpha:0.35,custom:false) \ No newline at end of file +}@(h:500,l:500,colored:false,face:1,alpha:0.75,spotlight_alpha:0.75,dark_alpha:0.25,dark_spotlight_alpha:0.35,custom:false) \ No newline at end of file