Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Drawing.ColorTable Class Reference

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, ColorColors [get]
 

Static Private Member Functions

static Dictionary< string, ColorGetColors ()
 
static void FillWithProperties (Dictionary< string, Color > dictionary, [DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicProperties)] Type typeWithColors)
 
static Dictionary< string, ColorGetColors ()
 
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)
 

Detailed Description

Definition at line 7 of file ColorTable.cs.


The documentation for this class was generated from the following files: