use crate;
use Color;
/// Gradient helpers that accept named colors. Requires `features=["gradients"]`.
/// These are thin wrappers over the existing gradient module.
/// Two-color gradient using named colors.
/// Multi-color gradient using a list of named colors.