Module iced_audio::graphics::ramp[][src]

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

Re-exports

pub use crate::native::ramp::RampDirection;
pub use crate::native::ramp::State;
pub use crate::style::ramp::Style;
pub use crate::style::ramp::StyleSheet;

Type Definitions

Ramp

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