Skip to content

no acrylic blur effect with ExperimentalAcrylicBorder #5604

Answered by danwalmsley
FanIT asked this question in Q&A
Discussion options

You must be logged in to vote

@FanIT minimum supported windows 10 build number is:

bool canUseAcrylic = Win32Platform.WindowsVersion.Major > 10 || Win32Platform.WindowsVersion.Build >= 19628;

https://github.com/AvaloniaUI/Avalonia/blob/master/src/Windows/Avalonia.Win32/WindowImpl.cs#L366

I think it may be that you need a newer build for acrylic to work on your machine, its falling back to FallbackColor.

Even though UWP are showing acrylic blur, they are doing this via an internal api that Avalonia doesnt have access to, which is why we require even newer build.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by FanIT
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@Gillibald
Comment options

@FanIT
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants