I’ve made a pretty slick Windows 8-ish interface using WPF. It already turns out way better than I could wish for, but I was wondering the following:
Is it somehow possible to retrieve the current window colour set by the user? You know, you can set the Aero colour when you right-click the desktop… My plan is to use that colour for a couple of canvas elements on my GUI.
Thanks in advance!
You can query the ColorizationColor registry key for this.
I’ve even went a step further and created a method to get the hexadecimal colour value, hope this helps you: