C# Class TileIconifier.Core.Utilities.ColorUtils

Afficher le fichier Open project: Jonno12345/TileIconifier

Méthodes publiques

Méthode Description
ColorToHex ( Color c ) : string
HexOrNameToColor ( string h ) : Color
HexToColor ( string h ) : Color

Method Details

ColorToHex() public static méthode

public static ColorToHex ( Color c ) : string
c Color
Résultat string

HexOrNameToColor() public static méthode

public static HexOrNameToColor ( string h ) : Color
h string
Résultat Color

HexToColor() public static méthode

public static HexToColor ( string h ) : Color
h string
Résultat Color