The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.