C# 클래스 TailBlazer.Views.Formatting.ColourProvider

상속: IColourProvider
파일 보기 프로젝트 열기: RolandPheasant/TailBlazer 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetNumber string

공개 메소드들

메소드 설명
ColourProvider ( ) : System
GetAccent ( Theme theme ) : TailBlazer.Domain.Formatting.Hue
Lookup ( HueKey key ) : Optional

비공개 메소드들

메소드 설명
GetNumber ( string swatchName ) : string

메소드 상세

ColourProvider() 공개 메소드

public ColourProvider ( ) : System
리턴 System

GetAccent() 공개 메소드

public GetAccent ( Theme theme ) : TailBlazer.Domain.Formatting.Hue
theme Theme
리턴 TailBlazer.Domain.Formatting.Hue

Lookup() 공개 메소드

public Lookup ( HueKey key ) : Optional
key HueKey
리턴 Optional