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