Module nannou::ui::prelude::widget::envelope_editor[][src]

Expand description

The EnvelopeEditor widget and related items.

Structs

Used for editing a series of 2D Points on a cartesian (X, Y) plane within some given range.

Represents the state of the EnvelopeEditor widget.

Styling for the EnvelopeEditor, necessary for constructing its renderable Element.

Enums

The kinds of events that may be yielded by the EnvelopeEditor.

Traits

EnvPoint must be implemented for any type that is used as a 2D point within the EnvelopeEditor.