Module iced_audio::native::ramp[][src]

Display a ramp control that controls a NormalParam. It is usually used to represent the easing of a parameter between two points in time.

Structs

Ramp

A ramp GUI widget that controls a NormalParam. It is usually used to represent the easing of a parameter between two points in time.

State

The local state of a Ramp.

Enums

RampDirection

The direction of a Ramp widget.

Traits

Renderer

The renderer of a Ramp.