C# Class Sport.Mobile.Shared.Theming

ファイルを表示 Open project: xamarin/Sport

Public Methods

Method Description
GetTheme ( League league ) : ColorTheme

Assigns a league a randomly-chosen theme from an existing finite list

GetThemeFromColor ( string color ) : ColorTheme
Theming ( ) : System

Method Details

GetTheme() public method

Assigns a league a randomly-chosen theme from an existing finite list
public GetTheme ( League league ) : ColorTheme
league League
return ColorTheme

GetThemeFromColor() public method

public GetThemeFromColor ( string color ) : ColorTheme
color string
return ColorTheme

Theming() public method

public Theming ( ) : System
return System