OkHsvAlphaSlider

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

currentH

The current hue value.

currentS

The current saturation value.

currentV

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 OkHsvAlphaSlider.