HsvAlphaSlider

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

currentHue

The current hue value.

currentSaturation

The current saturation value.

currentValue

The current value value.

currentAlpha

The current alpha value.

onAlphaChanged

The callback to be called when the alpha changes.

hapticEffect

The haptic effect of the HsvAlphaSlider.