Companion

object Companion

Properties

Link copied to clipboard

Blue theme

Link copied to clipboard

Blue gradient theme

Link copied to clipboard

Cyan theme

Link copied to clipboard

Green theme (default)

Link copied to clipboard

Green gradient theme

Link copied to clipboard

Neon gradient theme

Link copied to clipboard

Ocean gradient theme

Link copied to clipboard

Orange theme

Link copied to clipboard

Purple theme

Link copied to clipboard

Purple gradient theme

Link copied to clipboard

Red theme

Link copied to clipboard

Sunset gradient theme

Functions

Link copied to clipboard

Default waveform colors with a green theme.

Link copied to clipboard
fun gradient(colors: List<Color>, inactiveAlpha: Float = 0.3f): WaveformColors

Creates colors from a horizontal gradient.

Link copied to clipboard
fun solidColor(color: Color, inactiveAlpha: Float = 0.3f): WaveformColors

Creates colors from a single solid color.

Link copied to clipboard
fun verticalGradient(colors: List<Color>, inactiveAlpha: Float = 0.3f): WaveformColors

Creates colors with a vertical gradient based on amplitude.