-
-
06 Feb 2021 06:26:25 UTC
- Distribution: ColorThemeUtil-ANSI
- Module version: 0.002
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (2332 / 0 / 2)
- Kwalitee
Bus factor: 1- 52.46% Coverage
- License: perl_5
- Perl: v5.10.1
- Activity
24 month- Tools
- Download (14KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
ColorThemeUtil::ANSI - Utility routines related to color themes and ANSI code
VERSION
This document describes version 0.002 of ColorThemeUtil::ANSI (from Perl distribution ColorThemeUtil-ANSI), released on 2021-02-06.
FUNCTIONS
item_color_to_ansi
Usage:
my $ansi_code = item_color_to_ansi($color [ , $is_bg ]);
This routine expects an item color (string or hash, see ColorTheme) returned by
get_item_color()
and converts it to ANSI code. This routine cannot handle coderef item color directly; so useget_item_color()
first.If the item color has
ansi_fg
oransi_bg
property, this routine will use that directly. Otherwise, it will convert RGB to ANSI.HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/ColorThemeUtil-ANSI.
SOURCE
Source repository is at https://github.com/perlancar/perl-ColorThemeUtil-ANSI.
BUGS
Please report any bugs or feature requests on the bugtracker website https://github.com/perlancar/perl-ColorThemeUtil-ANSI/issues
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
SEE ALSO
AUTHOR
perlancar <perlancar@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2021 by perlancar@cpan.org.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Module Install Instructions
To install ColorThemeUtil::ANSI, copy and paste the appropriate command in to your terminal.
cpanm ColorThemeUtil::ANSI
perl -MCPAN -e shell install ColorThemeUtil::ANSI
For more information on module installation, please visit the detailed CPAN module installation guide.