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

◆ Color

Color Terraria.GameContent.UI.Elements.UISlicedImage.Color
getset

Definition at line 22 of file UISlicedImage.cs.

23 {
24 get
25 {
26 return _color;
27 }
28 set
29 {
30 _color = value;
31 }
32 }