Method | Description | |
---|---|---|
CreateAccent ( string name, Color highlight, Color accent ) : void | ||
createResourceDictionary ( Color highlight, Color color ) : System.Windows.ResourceDictionary |
From: https://github.com/punker76/code-samples/blob/master/MahAppsMetroThemesSample/MahAppsMetroThemesSample/ThemeManagerHelper.cs
|
Method | Description | |
---|---|---|
GetSolidColorBrush ( Color color, double opacity = 1d ) : |
||
IdealTextColor ( Color color ) : Color |
Determining Ideal Text Color Based on Specified Background Color http://www.codeproject.com/KB/GDI-plus/IdealTextColor.aspx
|
public static CreateAccent ( string name, Color highlight, Color accent ) : void | ||
name | string | |
highlight | Color | |
accent | Color | |
return | void |
public static createResourceDictionary ( Color highlight, Color color ) : System.Windows.ResourceDictionary | ||
highlight | Color | |
color | Color | |
return | System.Windows.ResourceDictionary |