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

Text::ANSITable::ColorTheme::Demo - Demo color themes

VERSION

version 0.09

AUTHOR

Steven Haryanto <stevenharyanto@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Steven Haryanto.

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

DESCRIPTION

FUNCTIONS

None are exported by default, but they are exportable.

INCLUDED COLOR THEMES

  • demo_random (Show random color according to detected color depth)

  • demo_random_16 (Show random 16 color)

  • demo_random_24bit (Show random 24bit color)

  • demo_random_256 (Show random 256 color)

  • demo_random_8 (Show random 8 color)

  • demo_random_border_color (Demoes coderef in item color)

    Accept arguments border1 and border2 to set range of random colors. Otherwise full range (000000-ffffff) is used.

    Also accepts border1_bg and border2_bg to set random background RGB colors.