Crate egui_colorgradient

Source
Expand description

Gradient editor widget for egui.

Structs§

ColorInterpolator
A ColorInterpolator can arbitrarily sample a gradient.
Gradient
A color gradient, that will be interpolated between a number of fixed points, a.k.a. stops.

Enums§

InterpolationMethod
The method used for interpolating between two points

Functions§

gradient_editor
A color gradient editor widget