Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
TryGetNamedColor()
[2/2]
static
bool
System.Drawing.ColorTable.TryGetNamedColor
(
string
name
,
out
Color
result
)
inline
static
package
Definition at line
33
of file
ColorTable.cs
.
34
{
35
return
Colors
.TryGetValue(name,
out
result);
36
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Drawing.ColorTable.Colors
static Dictionary< string, Color > Colors
Definition
ColorTable.cs:11
References
System.Drawing.ColorTable.Colors
.
System
Drawing
ColorTable
Generated by
1.10.0