Hsv Alpha Slider
fun HsvAlphaSlider(currentHue: Float, currentSaturation: Float, currentValue: Float, currentAlpha: Float, onAlphaChanged: (Float) -> Unit, hapticEffect: SliderDefaults.SliderHapticEffect = SliderDefaults.DefaultHapticEffect)
A HsvAlphaSlider component for selecting the alpha of a color.
Parameters
current Hue
The current hue value.
current Saturation
The current saturation value.
current Value
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 HsvAlphaSlider.