C# Class Linguist.ColorFromString

Datei anzeigen Open project: jesse99/Linguist

Public Methods

Method Description
ToColor ( this value ) : Color
TryParse ( string value, Color &color ) : bool

Private Methods

Method Description
ColorFromString ( ) : System
IsHexColor ( string value ) : bool

Method Details

ToColor() public static method

public static ToColor ( this value ) : Color
value this
return Color

TryParse() public static method

public static TryParse ( string value, Color &color ) : bool
value string
color Color
return bool