The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.02 - 2013-04-26

  • INCOMPATIBLE CHANGES
    • ansi16_to_rgb() now expects numbers from 0-15 instead of 30-37; it no longer supports accepting things like "31;1".
    • rgb_to_ansi16() now returns number from 0-15 instead of 30-37 or things like "31;1".
  • ENHANCEMENTS
    • Add functions to generate ANSI escape codes: rgb_to_ansi{16,256}_{fg,bg}_code (with their short aliases).
    • Add functions to generate 24-bit ANSI escape codes (supported by Konsole and Yakuake).

Modules

Routines for dealing with ANSI colors