NAME
Term::ANSIColor::Concise::Table - Print color table
SYNOPSIS
$ perl -MTerm::ANSIColor::Concise::Table=:all -e colortable
DESCRIPTION
Print color matrix tables.
Use like this:
perl -MTerm::ANSIColor::Concise::Table=:all -e colortable
FUNCTION
- colortable([width])
-
Print visual 256 color matrix table on the screen. Default width is 144.
- colortable6
-
Print 6x6 24bit color martix tables.
- colortable12
-
Print 12x12 24bit color martix tables.
- colortable24
-
Print 24x24 24bit color martix tables.
AUTHOR
Kazumasa Utashiro
COPYRIGHT
The following copyright notice applies to all the files provided in this distribution, including binary files, unless explicitly noted otherwise.
Copyright 2015-2022 Kazumasa Utashiro
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.