Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ShiftHueByLoadout()
static float Terraria.UI.ItemSlot.ShiftHueByLoadout
(
float
hue
,
int
loadoutIndex
)
inline
static
Definition at line
2263
of file
ItemSlot.cs
.
2264
{
2265
return
(hue + (
float
)loadoutIndex / 8f) % 1f;
2266
}
Referenced by
Terraria.UI.ItemSlot.GetLoadoutColor()
.
Terraria
UI
ItemSlot
Generated by
1.10.0