hintColor

abstract fun hintColor(slideFraction: Float): Color

Represents the color of the hint text during the swipe gesture. This color typically fades out as the user slides the thumb.

Return

The calculated color for the hint text at the given swipe fraction.

Parameters

slideFraction

The current progress of the swipe, from 0.0f to 1.0f.