OkHsvValueSlider

fun OkHsvValueSlider(currentH: Float, currentS: Float, currentV: Float, onValueChanged: (Float) -> Unit, hapticEffect: SliderDefaults.SliderHapticEffect = SliderDefaults.DefaultHapticEffect)

A OkHsvValueSlider component for selecting the value/brightness of a color using OkHSV.

Parameters

currentH

The current hue value.

currentS

The current saturation value.

currentV

The current value value.

onValueChanged

The callback to be called when the value changes.

hapticEffect

The haptic effect of the OkHsvValueSlider.