pub fn two_color(text: &str, start: Color, end: Color) -> StringExpand description
Alias for generate()
This function is a convenience function that calls the generate function
with the provided text and colors.
It returns the generated gradient string.