AutoConfig icon indicating copy to clipboard operation
AutoConfig copied to clipboard

BoundedDiscrete for Floats/Doubles

Open naqaden opened this issue 4 years ago • 2 comments

The option to render sliders for bounded floats/doubles would improve UX for my mod.

I have configs for RGBA values and just like in CSS, RGB values are between 0 and 255 while A is between 0.0 and 1.0. Currently only the RGB values can have sliders, or I have to change A into a 0-255 int.

naqaden avatar Apr 20 '20 16:04 naqaden

Consider using @ConfigEntry.ColorPicker on int or long

shedaniel avatar Apr 20 '20 16:04 shedaniel

I was following the Annotations page, but I'll check the class directly. Thanks for the tip!

naqaden avatar Apr 20 '20 16:04 naqaden