NAME

ANSI::Palette - The great new ANSI::Palette!

VERSION

Version 0.02

SYNOPSIS

Quick summary of what the module does.

Perhaps a little code snippet.

use ANSI::Palette qw/palette_256/;
palette_256();

... 

use ANSI::Palette qw/ansi_256/;

background_text_256(208, 33, "This is a test for background_text_256\n");
background_bold_256(160, 33, "This is a test for background_bold_256\n");
background_underline_256(226, 33, "This is a test for background_underline_256\n");
background_italic_256(118, 33, "This is a test for background_italic_256\n");	

EXPORT

A list of functions that can be exported. You can delete this section if you don't export anything, such as for a purely object-oriented module.

reset

palette_8

palette_16

palette_256

text_8

text_16

text_256

bold_8

bold_16

bold_256

underline_8

underline_16

underline_256

italic_8

italic_16

italic_256

background_text_8

background_text_16

background_text_256

background_bold_8

background_bold_16

background_bold_256

background_underline_8

background_underline_16

background_underline_256

background_italic_8

background_italic_16

background_italic_256

AUTHOR

LNATION, <email at lnation.org>

BUGS

Please report any bugs or feature requests to bug-ansi-palette at rt.cpan.org, or through the web interface at https://rt.cpan.org/NoAuth/ReportBug.html?Queue=ANSI-Palette. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc ANSI::Palette

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

This software is Copyright (c) 2023 by LNATION.

This is free software, licensed under:

The Artistic License 2.0 (GPL Compatible)