Ok Hsv Value Slider
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
current H
The current hue value.
current S
The current saturation value.
current V
The current value value.
on Value Changed
The callback to be called when the value changes.
haptic Effect
The haptic effect of the OkHsvValueSlider.