Imager

 view release on metacpan or  search on metacpan

lib/Imager/Color/Table.pm  view on Meta::CPAN

  my ($class, $name) = @_;

  exists $colors{lc $name} or return;

  return @{$colors{lc $name}};
}

1;

__DATA__
# This color data was extracted from the freedesktop.org CVS tree, and
# appears to be under the following license:
#
# Copyright (C) 2004 X Consortium
# 
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
# deal in the Software without restriction, including without limitation the
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
# sell copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:



( run in 0.465 second using v1.01-cache-2.11-cpan-299005ec8e3 )