Where can I find a visual list of all the standard theme brushes available to me in UWP/WinUI3 XAML?
For example, the High Contrast themes documentation includes a visual list of all the colors, augmented with descriptions of their intended use. Is there anything like this for non-high contrast colors?
Most helpful resources I've found:
Common_themeresources_any.xaml
- a daunting list of all colors, and it's hard to know which high-level brush to use without visual examples.Other documentation I've found:
So: is there a good visual reference of system brushes for UWP/WinUI3 developers?
Another example of what I'm looking for, the accent color palette from Color in Windows Apps:
Andrew KeepCoding's comments are right---the new WinUI3 Gallery (GitHub), released this morning has a new Colors section with exactly this documentation: