How to code a flashback scene with the background being grey?

Hey! So I’m trying to code a flashback scene where the backgrounds are like grey as there in the past but I’m not really sure how to code the background for the colours to just be grey. If anyone knows how to please let me know. I’d really appreciate it.

1 Like

What’s the background you’re trying to make grey?

If you mean using filters, try this:

@set hsl 0 -100 0 no_colorize with blendMode NORMAL to 100%

Then to bring it back to normal:

@reset hsl

Or

@reset hsl in [# of seconds]

Example:
@reset hsl in 2

Hope this helps!

4 Likes

Tysm :smiling_face_with_three_hearts:

1 Like

It was just any background in general

You’re welcome! 🫶🏻

1 Like

You mean like black and white?