Skip to content

Instantly share code, notes, and snippets.

View gat786's full-sized avatar
๐Ÿ 
Working from home

Ganesh Tiwari gat786

๐Ÿ 
Working from home
View GitHub Profile
// This can help to get appropriate github color for language name provided
// It also has functions to return a solid color brush for language name provided.
public static class LanguageColor
{
#region Static Functions
// <summary>
// Returns Appropriate Solid Color Brush after determining hex value from GetHexForLanguage
// and converting it to SolidColorBrush with help of GetSolidColorBrush
// </summary>
public static SolidColorBrush GetAppropriateColorBrush(string languageName)