iced_graphics

Module gradient

Source
Expand description

A gradient that can be used as a fill for some geometry.

For a gradient that you can use as a background variant for a widget, see Gradient.

Structs§

Linear
A linear gradient.
Packed
Packed Gradient data for use in shader code.

Enums§

Gradient
A fill which linearly interpolates colors along a direction.

Functions§

pack
Creates a new Packed gradient for use in shader code.