Module nannou_core::color::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).

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.