adjust alpha per #97

revert alpha to 0.25, change to 0.75 for custom unblending to maintain previous settings
This commit is contained in:
cajun
2025-02-01 23:49:50 -06:00
parent f9b3058f61
commit 9176aef58f

View File

@@ -1295,6 +1295,9 @@ watermark_blend :=
or (face == 3 and invert_watermark_3())
if option == "inverted" then dark_textbox := not dark_textbox
invert_base_image := false
if custom then (
alpha := spotlight_alpha
)
if dark_textbox then
(
alpha := dark_alpha
@@ -1316,4 +1319,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.75,spotlight_alpha:0.75,dark_alpha:0.25,dark_spotlight_alpha:0.35,custom:false)
}@(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)