riverar / sample-win10-aeroglass

Sample WPF Aero Glass-like blur app (deprecated)
https://withinrafael.com/2015/07/08/adding-the-aero-glass-blur-to-your-windows-10-apps/
MIT License
89 stars 16 forks source link

Changing Blur Strength #5

Closed rondotdll closed 4 years ago

rondotdll commented 4 years ago

Maybe I am just missing something, but I don't see a way to change the strength of the blur? I would like to make it less blurry so the effect is more apparent

rondotdll commented 4 years ago

Seeing this now, I realize this thread is probably way dead but whatever

riverar commented 4 years ago

I don't believe you can control that from this DWM API.

rondotdll commented 4 years ago

OK thank you! Also, I'm noticing a huge performance drop when it comes to making the window draggable? Is there any fix you know of off the top of your head?

riverar commented 4 years ago

Sadly it's a Windows bug since 19H1 with no fix. Microsoft refuses to support it, (it broke their windows too) which makes the technique somewhat useless now.

rondotdll commented 4 years ago

Ahh, I see. What a shame it is that the decided to abandon such a cool feature. Thanks for you help anyways, Cheers!