tModLoader v0.11.8.9
A mod to make and play Terraria mods
|
Add this attribute to a Color item and the UI will present a Hue, Saturation, and Lightness sliders rather than Red, Green, and Blue sliders. Pass in false to skip Saturation and Lightness. More...
Public Member Functions | |
ColorHSLSliderAttribute (bool showSaturationAndLightness=true) | |
Public Attributes | |
bool | showSaturationAndLightness |
Add this attribute to a Color item and the UI will present a Hue, Saturation, and Lightness sliders rather than Red, Green, and Blue sliders. Pass in false to skip Saturation and Lightness.
Definition at line 333 of file ConfigAttributes.cs.
Terraria.ModLoader.Config.ColorHSLSliderAttribute.ColorHSLSliderAttribute | ( | bool | showSaturationAndLightness = true | ) |
Definition at line 336 of file ConfigAttributes.cs.
References Terraria.ModLoader.Config.ColorHSLSliderAttribute.showSaturationAndLightness.
bool Terraria.ModLoader.Config.ColorHSLSliderAttribute.showSaturationAndLightness |
Definition at line 335 of file ConfigAttributes.cs.
Referenced by Terraria.ModLoader.Config.ColorHSLSliderAttribute.ColorHSLSliderAttribute().