Hsv Hue Slider
fun HsvHueSlider(currentHue: Float, onHueChanged: (Float) -> Unit, hapticEffect: SliderDefaults.SliderHapticEffect = SliderDefaults.DefaultHapticEffect)
A HsvHueSlider component for selecting the hue of a color using pure HSV colors.
Parameters
current Hue
The current hue value (0-360).
on Hue Changed
The callback to be called when the hue changes (0-1).
haptic Effect
The haptic effect of the HsvHueSlider.