For now, I’ll just use the built-in radial slider.
I tried to implement snapping for the radial slider, but it didn’t work. However, I managed to get the values to snap. I’m not sure if it’s the best approach, but it works. This also adjusts the film grain based on the ISO value.
Now, I need something similar for the shutter speed, but this doesn’t simply double each time. I need to store the separate values somehow:
1, 2, 4, 8, 15, 30, 60, 125, 250, 500, 1000, 2000, 4000, 8000
How can I do this?