Is it possible to use Blur on GUIs?

So, I’m making a game similar to Progress Bar 95, and I realized that it isn’t possible to make UI blur.
image
I have achieved a UI Blur effect once, but I could not have a background/wallpaper.
I’m trying to recreate the Windows 7 blur effect:
image
(Windows 7 Build 7000)

Is this possible?
Thanks.

EDIT:

I was hoping this could be used like CSS

backdrop-filter: blur(4px);

and was also wondering if its possible to have a box-shadow behind the window ingame

There are some community resources for both blurring and adding shadows to ui. Keep in mind that the blur uses viewport frames which may affect performance, use sparingly. This also means that it can not blur other UI objects.

thank you! this is exactly what I needed

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.