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

◆ StripColors()

void Terraria.Graphics.FinalFractalHelper.FinalFractalProfile.StripColors ( float progressOnStrip,
[Out] Color col )
inlineprivate

Definition at line 187 of file FinalFractalHelper.cs.

188 {
189 Color color = this.trailColor;
190 if (!true)
191 {
192 }
193 float num;
194 Color color2 = color * num;
195 col.A = color2;
196 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and Terraria.Graphics.FinalFractalHelper.FinalFractalProfile.trailColor.