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

◆ ApplyFade()

void GUIJourneySliderSetting.ColorFadeBackup.ApplyFade ( TransactionButton_Layout layout,
float fadeAmount )
inline

Definition at line 110 of file GUIJourneySliderSetting.cs.

111 {
112 this.IconColour = 1;
114 Color color = layout.Label.Color;
115 this.LabelColor = color;
117 if (color == null)
118 {
119 }
120 Color color2 = color * fadeAmount;
121 String_Layout label = layout.Label;
125 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.