C# Class TailBlazer.Views.Formatting.ColourProvider

Inheritance: IColourProvider
Afficher le fichier Open project: RolandPheasant/TailBlazer Class Usage Examples

Private Properties

Свойство Type Description
GetNumber string

Méthodes publiques

Méthode Description
ColourProvider ( ) : System
GetAccent ( Theme theme ) : TailBlazer.Domain.Formatting.Hue
Lookup ( HueKey key ) : Optional

Private Methods

Méthode Description
GetNumber ( string swatchName ) : string

Method Details

ColourProvider() public méthode

public ColourProvider ( ) : System
Résultat System

GetAccent() public méthode

public GetAccent ( Theme theme ) : TailBlazer.Domain.Formatting.Hue
theme Theme
Résultat TailBlazer.Domain.Formatting.Hue

Lookup() public méthode

public Lookup ( HueKey key ) : Optional
key HueKey
Résultat Optional