Convert::Color::IRC

Named lookup for the basic IRC colors
Download

Convert::Color::IRC Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jason Felds
  • Publisher web site:
  • http://search.cpan.org/~wolfman/

Convert::Color::IRC Tags


Convert::Color::IRC Description

Named lookup for the basic IRC colors Convert::Color::IRC is a Perl module, a subclass of Convert::Color::RG8B which provides predefined colors for the 16 basic IRC colors. Their names are white black blue green red brown purple orange yellow light green cyan light cyan light blue pink gray light grayThey may be looked up either by name, or by numerical index within this list.SYNOPSISDirectly: use Convert::Color::IRC; my $red = Convert::Color::IRC->new( 'red' ); # Can also use index my $black = Convert::Color::IRC->new( 1 );Via Convert::Color: use Convert::Color; my $cyan = Convert::Color->new( 'irc:cyan' ); Requirements: · Perl


Convert::Color::IRC Related Software