C# Class MTMCL.Accents.AccentHelper

Exibir arquivo Open project: cvronmin/metocraft

Public Methods

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

Private Methods

Method Description
GetSolidColorBrush ( Color color, double opacity = 1d ) : SolidColorBrush
IdealTextColor ( Color color ) : Color

Determining Ideal Text Color Based on Specified Background Color http://www.codeproject.com/KB/GDI-plus/IdealTextColor.aspx

Method Details

CreateAccent() public static method

public static CreateAccent ( string name, Color highlight, Color accent ) : void
name string
highlight Color
accent Color
return void

createResourceDictionary() public static method

From: https://github.com/punker76/code-samples/blob/master/MahAppsMetroThemesSample/MahAppsMetroThemesSample/ThemeManagerHelper.cs
public static createResourceDictionary ( Color highlight, Color color ) : System.Windows.ResourceDictionary
highlight Color
color Color
return System.Windows.ResourceDictionary