An open API service indexing awesome lists of open source software.

https://github.com/mahdisafsafi/immersivecolors

Easy way to access Windows 10 Immersive colors
https://github.com/mahdisafsafi/immersivecolors

colors delphi themes undocumented windows-10 windows-8

Last synced: 8 months ago
JSON representation

Easy way to access Windows 10 Immersive colors

Awesome Lists containing this project

README

          

# ImmersiveColors
When MS released Windows 8, they introduced a new feature called **ImmerciveColors**. Based on your OS settings (wallpapers or color set) you may have a sets of colors that can be used to draw your UI. However this feature is not a quite known for the public since it’s still undocumented (even with Windows 10). So I wrote this simple project to demonstrate how to benefit from this feature.

## What's new ?
See [next branch](https://github.com/MahdiSafsafi/ImmersiveColors/tree/next)

## Features:
- Easy access to Windows theme colors.
- [Getting Active color set](https://github.com/MahdiSafsafi/ImmersiveColors/wiki#getting-active-color-set).
- Enumerating color type names.
- [Retrieve color value based on color type](https://github.com/MahdiSafsafi/ImmersiveColors/wiki#accessing-immersive-colors).
- [Notified when system changes Immersive settings](https://github.com/MahdiSafsafi/ImmersiveColors/wiki#get-notified-when-user-changes-immersive-colors-settings).

![GUI](https://github.com/MahdiSafsafi/ImmersiveColors/blob/master/ScreenShot/GUI.PNG)

![GUI2](https://github.com/MahdiSafsafi/ImmersiveColors/blob/master/ScreenShot/GUI2.png)