Module palette::gradient[][src]

Expand description

Types for interpolation between multiple colors.

This module is only available if the std feature is enabled (this is the default).

Modules

A collection of named gradient constants. Can be toggled with the "named_gradients" Cargo feature.

Structs

A linear interpolation between colors.

A domain range for gradient slices.

A slice of a Gradient that limits its domain.

An iterator over interpolated colors.