Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ s_valuesLazy

readonly Lazy<StandardValuesCollection> System.Drawing.ColorConverter.s_valuesLazy
staticprivate
Initial value:
= new Lazy<StandardValuesCollection>(delegate
{
HashSet<Color> source = new HashSet<Color>(System.Drawing.ColorTable.Colors.Values);
return new StandardValuesCollection(source.OrderBy((Color c) => c, new ColorComparer()).ToList());
})
static Dictionary< string, Color > Colors
Definition ColorTable.cs:11

Definition at line 20 of file ColorConverter.cs.

Referenced by System.Drawing.ColorConverter.GetStandardValues().