
Image::ANSI::Palette - A base class palettes

# use Image::ANSI::Palette::VGA or your own
$pal = Image::ANSI::Palette:VGA->new;

Creates a new Image::ANSI::Palette object.
Get the rgb triple at index $index
Write an rgb triple at index $index
Clears any in-memory data.
General accessor to the palette of colors


Copyright 2004-2009 by Brian Cassidy
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.