|
tModLoader v0.11.8.9
A mod to make and play Terraria mods
|
Specifies a slider color for ModConfig elements that use a slider. The default color is white. More...
Inheritance diagram for Terraria.ModLoader.Config.SliderColorAttribute:
Collaboration diagram for Terraria.ModLoader.Config.SliderColorAttribute:Public Member Functions | |
| SliderColorAttribute (int r, int g, int b, int a=255) | |
Public Attributes | |
| Color | color |
Specifies a slider color for ModConfig elements that use a slider. The default color is white.
Definition at line 23 of file ConfigAttributes.cs.
| Terraria.ModLoader.Config.SliderColorAttribute.SliderColorAttribute | ( | int | r, |
| int | g, | ||
| int | b, | ||
| int | a = 255 |
||
| ) |
Definition at line 26 of file ConfigAttributes.cs.
| Color Terraria.ModLoader.Config.SliderColorAttribute.color |
Definition at line 25 of file ConfigAttributes.cs.