The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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-2013 by Brian Cassidy

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.