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

◆ ReadRGB()

static Color Terraria.Utils.ReadRGB ( this BinaryReader bb)
inlinestatic

Definition at line 941 of file Utils.cs.

942 {
943 return new Color(bb.ReadByte(), bb.ReadByte(), bb.ReadByte());
944 }

References Microsoft.Xna.Framework.Graphics.Color.