Acme-CPANModules-CreatingPaletteOfVisuallyDistinctColors

 view release on metacpan or  search on metacpan

lib/Acme/CPANModules/CreatingPaletteOfVisuallyDistinctColors.pm  view on Meta::CPAN

package Acme::CPANModules::CreatingPaletteOfVisuallyDistinctColors;

use strict;
use Acme::CPANModulesUtil::Misc;

our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2023-08-06'; # DATE
our $DIST = 'Acme-CPANModules-CreatingPaletteOfVisuallyDistinctColors'; # DIST
our $VERSION = '0.002'; # VERSION

my $text = <<'_';
Sometimes you want some colors that are distinct from one another, for example
when drawing line/bar graphs, but don't really care for the exact colors or
don't want to manually pick the colors. Below are some of the alternatives on
CPAN:

<pm:Chart::Colors>

<pm:Color::RGB::Util>'s `rand_rgb_colors()` function.

<pm:ColorTheme::Distinct::WhiteBG> and <pm:ColorTheme::Distinct::BlackBG>.

And below are some other alternatives:

TBD

_

our $LIST = {
    summary => 'List of modules to create a palette of visually distinct colors',
    description => $text,
    tags => ['task'],
};

Acme::CPANModulesUtil::Misc::populate_entries_from_module_links_in_description;

1;
# ABSTRACT: List of modules to create a palette of visually distinct colors

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::CPANModules::CreatingPaletteOfVisuallyDistinctColors - List of modules to create a palette of visually distinct colors

=head1 VERSION

This document describes version 0.002 of Acme::CPANModules::CreatingPaletteOfVisuallyDistinctColors (from Perl distribution Acme-CPANModules-CreatingPaletteOfVisuallyDistinctColors), released on 2023-08-06.

=head1 DESCRIPTION

Sometimes you want some colors that are distinct from one another, for example
when drawing line/bar graphs, but don't really care for the exact colors or
don't want to manually pick the colors. Below are some of the alternatives on
CPAN:

L<Chart::Colors>

L<Color::RGB::Util>'s C<rand_rgb_colors()> function.

L<ColorTheme::Distinct::WhiteBG> and L<ColorTheme::Distinct::BlackBG>.

And below are some other alternatives:

TBD

=head1 ACME::CPANMODULES ENTRIES

=over

=item L<Chart::Colors>

Author: L<CDRAKE|https://metacpan.org/author/CDRAKE>

=item L<Color::RGB::Util>

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item L<ColorTheme::Distinct::WhiteBG>

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item L<ColorTheme::Distinct::BlackBG>

=back

=head1 FAQ

=head2 What is an Acme::CPANModules::* module?

An Acme::CPANModules::* module, like this module, contains just a list of module
names that share a common characteristics. It is a way to categorize modules and
document CPAN. See L<Acme::CPANModules> for more details.

=head2 What are ways to use this Acme::CPANModules module?

Aside from reading this Acme::CPANModules module's POD documentation, you can
install all the listed modules (entries) using L<cpanm-cpanmodules> script (from
L<App::cpanm::cpanmodules> distribution):



( run in 2.433 seconds using v1.01-cache-2.11-cpan-5735350b133 )