Filled

data class Filled(val smoothing: Float = 0.3f, val alignment: WaveformAlignment = WaveformAlignment.Bottom) : WaveformStyle

Filled area visualization.

Renders amplitude values as a filled area under a smooth curve, similar to an area chart.

Parameters

smoothing

Bezier curve smoothing factor (0 = sharp corners, 1 = maximum smoothing)

alignment

Vertical alignment (Top = fills downward, Bottom = fills upward)

Constructors

Link copied to clipboard
constructor(smoothing: Float = 0.3f, alignment: WaveformAlignment = WaveformAlignment.Bottom)

Properties

Link copied to clipboard
Link copied to clipboard