C# Class Template10.Utils.ColorUtils

Datei anzeigen Open project: drasticactions/Pureisuteshon-App

Public Methods

Method Description
ToSolidColorBrush ( this color ) : SolidColorBrush

Private Methods

Method Description
Darken ( this color, Accents amount ) : Color
Lerp ( this color, Color target, float amount ) : Color
Lerp ( this start, float end, float amount ) : float
Lighten ( this color, Accents amount ) : Color

Method Details

ToSolidColorBrush() public static method

public static ToSolidColorBrush ( this color ) : SolidColorBrush
color this
return Windows.UI.Xaml.Media.SolidColorBrush