Color::Fade

Color::Fade provides a Perl extension for fading text colors.
Download

Color::Fade Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Casey Kirsle
  • Publisher web site:
  • http://search.cpan.org/~kirsle/Tk-HyperText-0.06/lib/Tk/HyperText.pm

Color::Fade Tags


Color::Fade Description

Color::Fade provides a Perl extension for fading text colors. Color::Fade provides a Perl extension for fading text colors.Color::Fade uses mathematical formulas to take an input string of virtually any length, and virtually any number of colors, and assign an individual color to each character to fade between each of the input colors.In other words, it makes your sentences look really pretty. MethodsFade $string among the colors in @colors, where $string is a string of length greater than zero, and @colors is an array of colors in six byte hexadecimal format, with or without the leading octothorpe. @colors must have at least two elements.When called in array context, the method returns an array in which each element is of the format: yFor each character, where xxxxxx is a hexadecimal color code and y is one character from the original string.When called in scalar context, this array is joined before being returned.


Color::Fade Related Software