How do you use DwmGetColorizationColor?
The documentation says it returns two values:
0xAARRGGBB containing the color used for glass compositionHere's a color that i like, a nice puke green:

You can notice the color is greeny, and the translucent title bar (against a white background) shows the snot color very clearly:

i try to get the color from …
在Windows 8中,我将颜色方案设置为自动,并将我的壁纸配置为在x分钟后更改.配色方案根据活动壁纸而变化.
我正在开发一个WPF应用程序,并希望在Windows更改颜色方案以匹配当前壁纸时更改渐变.
有没有办法获得当前/实际的配色方案并被告知C#的变化?