Ok Hsv Saturation Slider
fun OkHsvSaturationSlider(currentH: Float, currentS: Float, onSaturationChanged: (Float) -> Unit, hapticEffect: SliderDefaults.SliderHapticEffect = SliderDefaults.DefaultHapticEffect)
A OkHsvSaturationSlider component for selecting the saturation of a color using OkHSV.
Parameters
current H
The current hue value.
current S
The current saturation value.
on Saturation Changed
The callback to be called when the saturation changes.
haptic Effect
The haptic effect of the OkHsvSaturationSlider.