Hsv Saturation Slider
fun HsvSaturationSlider(currentHue: Float, currentSaturation: Float, onSaturationChanged: (Float) -> Unit, hapticEffect: SliderDefaults.SliderHapticEffect = SliderDefaults.DefaultHapticEffect)
A HsvSaturationSlider component for selecting the saturation of a color.
Parameters
current Hue
The current hue value.
current Saturation
The current saturation value.
on Saturation Changed
The callback to be called when the saturation changes.
haptic Effect
The haptic effect of the HsvSaturationSlider.