sourcechord / FluentWPF

Fluent Design System for WPF.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Acrylic window is too pixelated

Pietro228 opened this issue · comments

commented

Hi,

why is my window pixelated? Iˇm using windows 11 and version 0.9.

obrazek

commented

Ít's not really pixelation, but more a noise effect that is applied to all windows to varying degrees.

You should be able to modify that by adjusting the NoiseOpacity property either in XAML or programmatically.
image

commented

I have already tried to change it's value, but it only disables blur or makes it so much pixelated. Which value should I use to get rid of pixelated noise?

commented

Fixed it with value 0! :)