Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get Windows 8 current accent colors from desktop app

Tags:

c#

windows-8

I want get user specified metro colors, just for automatically adapt desktop app to main metro style. Any way to do that?

like image 542
Arman Hayots Avatar asked Feb 07 '13 05:02

Arman Hayots


1 Answers

Arman Stepanyan library is spot on but I decided to create a simple sample project which implements the color retrieving without the need of additional libraries. It was inspired by his library.

You can access it in GitHub here: https://github.com/VladimirAmiorkov/Windows-8-8.1-start-screen-colors-into-desktop-application

like image 56
Vladimir Amiorkov Avatar answered Nov 10 '22 03:11

Vladimir Amiorkov