Hello! I am seeking help with a filter!
I want to time my filter to appear in a certain amount of seconds but it’s not working.
@set hsl 0 -100 27 no_colorize with blendMode Multiply to 87% in 9
here is the line from my script.
Can anyone help me out here?
If you just have it set to the default filter before hand, it won’t really fade to that nicely because of the blending mode.
Try first setting it to:
@set hsl 0 -100 27 no_colorize with blendMode Multiply to 0% in 0
(Since it’s set to 0% opacity, it’s basically just the default filter, but you now already have the blend mode set)
Then use your code to fade it in.
Does that make sense?
Okie Dokie! I will give it a try! thank you!
I will let you know if it works
system
Closed
4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.