Hsv Value Slider
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
current Hue
The current hue value.
current Saturation
The current saturation value.
current Value
The current value value.
on Value Changed
The callback to be called when the value changes.
haptic Effect
The haptic effect of the HsvValueSlider.