NAME
Image::TextMode::Palette - A base class for text mode palettes
DESCRIPTION
Represents a palette in text mode. That is, an array of RGB triples.
ACCESSORS
colors - An array of RGB triples
METHODS
new( %args )
Creates a new palette object.
AUTHOR
Brian Cassidy <bricas@cpan.org>
COPYRIGHT AND LICENSE
Copyright 2008-2022 by Brian Cassidy
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.