![]() |
![]()
| ![]() |
![]()
NAMEColorThemeUtil::ANSI - Utility routines related to color themes and ANSI code VERSIONThis document describes version 0.002 of ColorThemeUtil::ANSI (from Perl distribution ColorThemeUtil-ANSI), released on 2021-02-06. FUNCTIONSitem_color_to_ansiUsage: 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 use get_item_color() first. If the item color has "ansi_fg" or "ansi_bg" property, this routine will use that directly. Otherwise, it will convert RGB to ANSI. HOMEPAGEPlease visit the project's homepage at <https://metacpan.org/release/ColorThemeUtil-ANSI>. SOURCESource repository is at <https://github.com/perlancar/perl-ColorThemeUtil-ANSI>. BUGSPlease 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 ALSOColorTheme AUTHORperlancar <perlancar@cpan.org> COPYRIGHT AND LICENSEThis 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.
|