C# Class SVGColorExtractor, UnitySVG

Afficher le fichier Open project: MrJoy/UnitySVG Class Usage Examples

Méthodes publiques

Свойство Type Description
ConstantColors Color>.Dictionary

Méthodes publiques

Méthode Description
ConstColor ( string name ) : Color
HexColor ( string colorStr ) : Color
IsConstName ( string textColor ) : bool
IsHexColor ( string colorStr ) : bool

Private Methods

Méthode Description
ParseHexDigit ( char c ) : int
change ( int r, int g, int b ) : Color

Method Details

ConstColor() public static méthode

public static ConstColor ( string name ) : Color
name string
Résultat Color

HexColor() public static méthode

public static HexColor ( string colorStr ) : Color
colorStr string
Résultat Color

IsConstName() public static méthode

public static IsConstName ( string textColor ) : bool
textColor string
Résultat bool

IsHexColor() public static méthode

public static IsHexColor ( string colorStr ) : bool
colorStr string
Résultat bool

Property Details

ConstantColors public_oe static_oe property

public static Dictionary ConstantColors
Résultat Color>.Dictionary