FuseBead-From-PNG
view release on metacpan or search on metacpan
lib/FuseBead/From/PNG/Const.pm view on Meta::CPAN
YELLOW_RGB_COLOR_GREEN => 216,
YELLOW_RGB_COLOR_BLUE => 0,
};
=pod
=head1 NAME
FuseBead::From::PNG::Const - FuseBead::From::PNG related constants, mainly bead colors
=head1 SYNOPSIS
# Get specific constants
use FuseBead::From::PNG::Const qw/BLACK_HEX_COLOR
WHITE_HEX_COLOR/;
# Get all constants
use Image::PNG::Const ':all';
=head1 DESCRIPTION
Constants used in L<FuseBead::From::PNG>
=head1 CONSTANTS
=over
=item BEAD_COLORS
List of colors that have constant definitions in this file.
=item (COLOR)_NAME
The name of a color.
=item (COLOR)_HEX_COLOR
The rgb hex value for a color
=item (COLOR)_RGB_COLOR_RED
The red number part of a rgb value for a color
=item (COLOR)_RGB_COLOR_GREEN
The green number part of a rgb value for a color
=item (COLOR)_RGB_COLOR_BLUE
The blue number part of a rgb value for a color
=back
=head1 AUTHOR
Travis Chase
CPAN ID: GAUDEON
gaudeon@cpan.org
https://github.com/gaudeon/FuseBead-From-Png
=head1 COPYRIGHT
This program is free software licensed under the...
The MIT License
The full text of the license can be found in the
LICENSE file included with this module.
=head1 SEE ALSO
perl(1).
=cut
1;
( run in 1.500 second using v1.01-cache-2.11-cpan-75ffa21a3d4 )