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

The EnvelopeEditor widget and related items.

Structs

EnvelopeEditor

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

State

Represents the state of the EnvelopeEditor widget.

Style

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

Enums

Event

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

Traits

EnvelopePoint

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