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

◆ GetFirstFractalColor()

Color Terraria.Projectile.GetFirstFractalColor ( )
inline

Definition at line 77857 of file Projectile.cs.

77858 {
77859 //IL_0017: Unknown result type (might be due to invalid IL or missing references)
77860 return Main.hslToRgb(ai[1], 1f, 0.5f);
77861 }
float[] ai
An array with 3 slots used for any sort of data storage, which is occasionally synced to the server....

References Terraria.Main.hslToRgb().

+ Here is the call graph for this function: