C# Class ModernApp4Me.WP8.Util.M4MColorToolbox

A toolbox, that handle Color transformations and manipulations.
Exibir arquivo Open project: smartnsoft/ModernApp4Me

Public Methods

Method Description
ColorFromHex ( string hexColor ) : SolidColorBrush

Converts an hexadecimal color to a SolidColorBrush.

Method Details

ColorFromHex() public static method

Converts an hexadecimal color to a SolidColorBrush.
public static ColorFromHex ( string hexColor ) : SolidColorBrush
hexColor string the hexadecimal color code
return System.Windows.Media.SolidColorBrush