pub fn gradient_line( width: usize, ch: char, gradient: &Gradient, ) -> Vec<Span<'static>>
Generate a gradient line of a given character.