HsvValueSlider

fun HsvValueSlider(currentHue: Float, currentSaturation: Float, currentValue: Float, onValueChanged: (Float) -> Unit, hapticEffect: SliderDefaults.SliderHapticEffect = SliderDefaults.DefaultHapticEffect)

A HsvValueSlider component for selecting the value/brightness of a color.

Parameters

currentHue

The current hue value.

currentSaturation

The current saturation value.

currentValue

The current value value.

onValueChanged

The callback to be called when the value changes.

hapticEffect

The haptic effect of the HsvValueSlider.