pub fn multi_color(text: &str, colors: Vec<Color>) -> StringExpand description
Generates a gradient from a vector of colors, distributed across text. This function creates a gradient that transitions through multiple colors. The colors are evenly distributed across the text.