C# Class DataServer.ColorReflector

Afficher le fichier Open project: TNOCS/csTouch

Méthodes publiques

Méthode Description
GetThisColor ( string colorString ) : Color
SetFromHex ( this c, string hex ) : void
ToColorFromHex ( string hex ) : Color
ToColorFromHexWithUndefined ( string hex ) : Color?

Method Details

GetThisColor() public static méthode

public static GetThisColor ( string colorString ) : Color
colorString string
Résultat Color

SetFromHex() public static méthode

public static SetFromHex ( this c, string hex ) : void
c this
hex string
Résultat void

ToColorFromHex() public static méthode

public static ToColorFromHex ( string hex ) : Color
hex string
Résultat Color

ToColorFromHexWithUndefined() public static méthode

public static ToColorFromHexWithUndefined ( string hex ) : Color?
hex string
Résultat Color?