DustLifecycleGraph

fun DustLifecycleGraph(progress: Float, modifier: Modifier = Modifier, color: Color = Color.White, isDecaying: Boolean = false, decayProgress: Float = 0.0f)

Dust lifecycle graph — minimal line chart showing the generation ramp, cap plateau, and current position. Matches the official Midnight dust spec curve (linear growth → cap → optional decay).

Parameters

progress

current generation progress (0..1)

isDecaying

whether the backing NIGHT has been spent (decay phase)

decayProgress

how far into decay (0..1, only used if isDecaying)