Terraria v1.4.4.9
Terraria source code documentation
|
Static Package Functions | |
static bool | TryGetNamedColor (string name, out Color result) |
static bool | IsKnownNamedColor (string name) |
static bool | TryGetNamedColor (string name, out Color result) |
Properties | |
static Dictionary< string, Color > | Colors [get] |
Static Private Member Functions | |
static Dictionary< string, Color > | GetColors () |
static void | FillWithProperties (Dictionary< string, Color > dictionary, [DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicProperties)] Type typeWithColors) |
static Dictionary< string, Color > | GetColors () |
static void | FillWithProperties (Dictionary< string, Color > dictionary, [DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicProperties)] Type typeWithColors) |
Static Private Attributes | |
static readonly Lazy< Dictionary< string, Color > > | s_colorConstants = new Lazy<Dictionary<string, Color>>(GetColors) |
Definition at line 7 of file ColorTable.cs.