Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ReadRGB()
static
Color
Terraria.Utils.ReadRGB
(
this
BinaryReader
bb
)
inline
static
Definition at line
941
of file
Utils.cs
.
942
{
943
return
new
Color
(
bb
.ReadByte(),
bb
.ReadByte(),
bb
.ReadByte());
944
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
Microsoft.Xna.Framework.Graphics.SurfaceFormat.Color
@ Color
References
Microsoft.Xna.Framework.Graphics.Color
.
Terraria
Utils
Generated by
1.10.0