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

◆ ModifyDisplayColor()

virtual void Terraria.ModLoader.GlobalInfoDisplay.ModifyDisplayColor ( InfoDisplay currentDisplay,
ref Color displayColor,
ref Color displayShadowColor )
inlinevirtual

Allows you to modify the display color (the color of the text displayed next to the icon) of an InfoDisplay.

Parameters
currentDisplayThe display you're modifying the display color for.
displayColorThe display color of the current display.
displayShadowColorThe text outline color of the current display.

Definition at line 58 of file GlobalInfoDisplay.cs.

59 {
60 }