Using Mica\Acrylic backdrop with TintColor has problem with Dark theme #9286
Labels
area-Materials
Reveal, Acrylic, lighting, etc.
bug
Something isn't working
team-Rendering
Issue for the Rendering team
Describe the bug
i am using Mica or Acrylic Backdrop with a TintColor, this is my Mica Backdrop class
When my app runs, i set Default TintColor like this:
TintColor = new MicaController().TintColor;
if my app start with a Dark Theme, i get this:
if, i disable TintColor (commenting TintColor code) and i start app again, you can see that dark theme is load correctly (without tintColor):
Steps to reproduce the bug
I tried the following code, But it had no effect
Expected behavior
TintColor should be loaded correctly with Light/Dark Theme
Screenshots
No response
NuGet package version
WinUI 3 - Windows App SDK 1.4.4: 1.4.231219000
Windows version
Windows 11 (22H2): Build 22621
Additional context
this is my sample app, run app, change application theme to Dark, and run app again.
App18.zip
The text was updated successfully, but these errors were encountered: