HsvHueSlider

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

currentHue

The current hue value (0-360).

onHueChanged

The callback to be called when the hue changes (0-1).

hapticEffect

The haptic effect of the HsvHueSlider.