Ok Hsv Hue Slider
fun OkHsvHueSlider(currentH: Float, onHueChanged: (Float) -> Unit, hapticEffect: SliderDefaults.SliderHapticEffect = SliderDefaults.DefaultHapticEffect)
A OkHsvHueSlider component for selecting the hue of a color using OkHSV color space.
Parameters
current H
The current hue value (0-1).
on Hue Changed
The callback to be called when the hue changes.
haptic Effect
The haptic effect of the OkHsvHueSlider.