NAME
Acme::Tango - Turn colours orange
SYNOPSIS
use Acme::Tango;
my $hex_string = Acme::Tango::drink('#00bbff');
# But then also
my $hex_string = Acme::Tango::drink('#00bbcc', 'apple');
METHODS
drink
Given a hex rgb colour string (like: "#aaff4f" or "44f567" or "#fab"), returns the hex string of the shade of orange with the same saturation and value values. Unless you specifically specify that Apple or Lemon tango are what you're after, by passing apple
or lemon
as the second argument. See:
https://rt.cpan.org/Ticket/Display.html?id=6730
AUTHOR
Pete Sergeant - pete@clueball.com
SEE ALSO
http://www.tango.com http://cou.ch/tango.html -- output of colour_swatches.pl
COPYRIGHT
Copyright (c) 2002-2005 Peter Sergeant. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. Tango is someone else's registered trademark - see: http://www.tango.com