terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ MapColor()

static void Terraria.Map.MapHelper.MapColor ( ushort type,
Color oldColor,
byte colorType )
inlinestatic

Definition at line 123 of file MapHelper.cs.

124 {
125 if (!true)
126 {
127 }
128 Color color = WorldGen.paintColor((int)colorType);
129 byte r = oldColor.R;
130 byte g = oldColor.G;
131 byte b = oldColor.B;
132 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, Terraria.WorldGen.paintColor(), and Microsoft.Xna.Framework.Graphics.Color.R.