How do I blur the background of a Window

Hi, It’s me again

Sorry if I’m being anoying but I just don’t know HaxeUI that much
But to my question I’m trying to blur the background of the Window class with css but using
backdrop-filter: blur(10px); or whatever other number does nothing also using filter: blur(10px); is the same thing. And also I used .shader property and made a GLSL shader but it doesn’t work too (I mean I get it as that is a flixel thing and not HaxeUI thing.)
I need it as a design choice if it’s not possible just tell me I will make something different

That’s all for now, Bye. :smiley:

I think backdrop-filter only works on html5 blur should work on a few other backends (openfl, maybe others). What backend do you use?
Oh flixel… yeah it’s seem blur is not implemented there.

Oh thanks for the info I’ll then make a sprite with blur shader behind it :smiley: