|
tModLoader v0.11.8.9
A mod to make and play Terraria mods
|
Specifies a background color to be used for the property, field, or class in the ModConfig UI. More...
Inheritance diagram for Terraria.ModLoader.Config.BackgroundColorAttribute:
Collaboration diagram for Terraria.ModLoader.Config.BackgroundColorAttribute:Public Member Functions | |
| BackgroundColorAttribute (int r, int g, int b, int a=255) | |
Public Attributes | |
| Color | color |
Specifies a background color to be used for the property, field, or class in the ModConfig UI.
Definition at line 11 of file ConfigAttributes.cs.
| Terraria.ModLoader.Config.BackgroundColorAttribute.BackgroundColorAttribute | ( | int | r, |
| int | g, | ||
| int | b, | ||
| int | a = 255 |
||
| ) |
Definition at line 14 of file ConfigAttributes.cs.
| Color Terraria.ModLoader.Config.BackgroundColorAttribute.color |
Definition at line 13 of file ConfigAttributes.cs.